Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerThe rules Pin
leckey18-Jul-07 2:55
leckey18-Jul-07 2:55 
GeneralRe: The rules Pin
Paul Conrad18-Jul-07 6:11
professionalPaul Conrad18-Jul-07 6:11 
AnswerRe: RE: I could use some help here Pin
manni_n18-Jul-07 8:07
manni_n18-Jul-07 8:07 
QuestionHi,Correctly uncompressing RTF text Pin
MartyK200717-Jul-07 22:48
MartyK200717-Jul-07 22:48 
AnswerRe: Hi,Correctly uncompressing RTF text Pin
Dave Kreskowiak18-Jul-07 4:31
mveDave Kreskowiak18-Jul-07 4:31 
GeneralRe: Hi,Correctly uncompressing RTF text Pin
MartyK200718-Jul-07 4:48
MartyK200718-Jul-07 4:48 
QuestionForm Capture Pin
Ahmad Zaidi17-Jul-07 22:21
Ahmad Zaidi17-Jul-07 22:21 
AnswerRe: Form Capture Pin
The ANZAC18-Jul-07 1:46
The ANZAC18-Jul-07 1:46 
Try this:

Dim Pic As Bitmap<br />
        Dim SS As Graphics<br />
<br />
 Pic = New Bitmap(me.width, me.height, Imaging.PixelFormat.Format32bppArgb)<br />
        SS = Graphics.FromImage(Pic)<br />
        SS.CopyFromScreen(me.location.x, me.location.Y, 0, 0, me.size, CopyPixelOperation.SourceCopy)<br />
<br />
pic.save("C:\test.jpg", ImageFormat.Jpeg)


Please check out my articles:
The ANZAC's articles

GeneralRe: Form Capture Pin
Ahmad Zaidi19-Jul-07 0:27
Ahmad Zaidi19-Jul-07 0:27 
Questionvb.net exe Pin
Jayesh Talsaniya17-Jul-07 22:09
Jayesh Talsaniya17-Jul-07 22:09 
AnswerRe: vb.net exe Pin
Steven J Jowett18-Jul-07 1:22
Steven J Jowett18-Jul-07 1:22 
GeneralRe: vb.net exe Pin
Jayesh Talsaniya18-Jul-07 2:08
Jayesh Talsaniya18-Jul-07 2:08 
Questioncrystal with vb.net package Pin
Jayesh Talsaniya17-Jul-07 21:55
Jayesh Talsaniya17-Jul-07 21:55 
AnswerRe: crystal with vb.net package Pin
Naji El Kotob18-Jul-07 0:11
Naji El Kotob18-Jul-07 0:11 
GeneralRe: crystal with vb.net package Pin
Jayesh Talsaniya18-Jul-07 0:45
Jayesh Talsaniya18-Jul-07 0:45 
GeneralRe: crystal with vb.net package Pin
Steven J Jowett18-Jul-07 2:08
Steven J Jowett18-Jul-07 2:08 
GeneralRe: crystal with vb.net package Pin
Jayesh Talsaniya18-Jul-07 2:15
Jayesh Talsaniya18-Jul-07 2:15 
AnswerRe: crystal with vb.net package Pin
Naji El Kotob18-Jul-07 0:38
Naji El Kotob18-Jul-07 0:38 
Questionsave time Pin
saraswathy14317-Jul-07 20:44
saraswathy14317-Jul-07 20:44 
AnswerRe: save time Pin
The ANZAC17-Jul-07 21:01
The ANZAC17-Jul-07 21:01 
GeneralRe: save time Pin
saraswathy14317-Jul-07 22:52
saraswathy14317-Jul-07 22:52 
QuestionHow can i blink the color of lable in the DatagridItemTemplate? Pin
Guru_yogi17-Jul-07 19:55
Guru_yogi17-Jul-07 19:55 
AnswerRe: How can i blink the color of lable in the DatagridItemTemplate? Pin
Nilesh Hapse18-Jul-07 1:20
Nilesh Hapse18-Jul-07 1:20 
QuestionHow to drag a treeview node from a VB app to a VB.NET app? Pin
sj_aus17-Jul-07 18:20
sj_aus17-Jul-07 18:20 
AnswerRe: How to drag a treeview node from a VB app to a VB.NET app? Pin
Paul Conrad29-Jul-07 6:12
professionalPaul Conrad29-Jul-07 6:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.