Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~506 People Reached
Favorite Forums
Favorite Tags
Member Avatar for suis

Hi every body, I have a big problem, well my problem is i have a collection of .PST file in my hard drive now i have to write a programme using vb.Net to READ .PST files ! basically i need to be able to read the content of the .PST …

Member Avatar for David699
0
387
Member Avatar for suis

Bellow is the code to select, Only one image object inside my .RTF document using a Richtextbox. -------------------------------------- Imports System.Drawing.Imaging Imports System.Runtime.InteropServices Public Class Form14 Public Const CF_ENHMETAFILE As Integer = 14 <DllImport("user32.dll", EntryPoint:="OpenClipboard", SetLastError:=True, ExactSpelling:=True, CallingConvention:=CallingConvention.StdCall)> _ Public Shared Function OpenClipboard(ByVal hWnd As IntPtr) As Boolean End Function <DllImport("user32.dll", …

0
71
Member Avatar for suis

Hi .Net team, I have a image name call test.jpeg, Any body can download this image on: [url]http://files-upload.com/files/538354/test.rar[/url] I used bellow code to create that test.jpeg image ! Dim binWrit As New BinaryWriter(System.IO.File.Create("c:\test.jpeg", 77390)) binWrit.Write(StreamData.ToString) binWrit.Close() Actually i have used Byte array to create that image. so once i created …

0
48