Click here to Skip to main content
15,891,633 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: installing application Pin
Dalek Dave28-Mar-10 13:40
professionalDalek Dave28-Mar-10 13:40 
GeneralRe: installing application Pin
Daniel Engelkes28-Mar-10 14:31
Daniel Engelkes28-Mar-10 14:31 
GeneralRe: installing application Pin
Dave Kreskowiak28-Mar-10 14:21
mveDave Kreskowiak28-Mar-10 14:21 
GeneralRe: installing application Pin
Daniel Engelkes28-Mar-10 14:32
Daniel Engelkes28-Mar-10 14:32 
GeneralRe: installing application Pin
Dave Kreskowiak28-Mar-10 17:35
mveDave Kreskowiak28-Mar-10 17:35 
GeneralRe: installing application Pin
Daniel Engelkes28-Mar-10 13:26
Daniel Engelkes28-Mar-10 13:26 
QuestionWhen and what do I Dispose when using GDI+ Pin
rspercy6528-Mar-10 4:53
rspercy6528-Mar-10 4:53 
AnswerRe: When and what do I Dispose when using GDI+ Pin
Eslam Afifi28-Mar-10 5:46
Eslam Afifi28-Mar-10 5:46 
You should dispose objects that are IDisposable[^] because those objects' classes do implement this interface to provide the method Dispose to release unmanaged resources.
In your code you should dispose the Bitmap and the Graphics objects.
You should also read about the Using statement[^].
Eslam Afifi

GeneralRe: When and what do I Dispose when using GDI+ Pin
rspercy6528-Mar-10 6:29
rspercy6528-Mar-10 6:29 
GeneralRe: When and what do I Dispose when using GDI+ Pin
Eslam Afifi28-Mar-10 10:53
Eslam Afifi28-Mar-10 10:53 
QuestionRecording Played Sound in VB Pin
Saul Johnson28-Mar-10 3:19
Saul Johnson28-Mar-10 3:19 
AnswerRe: Recording Played Sound in VB Pin
Abhinav S28-Mar-10 6:38
Abhinav S28-Mar-10 6:38 
GeneralRe: Recording Played Sound in VB Pin
Saul Johnson28-Mar-10 7:18
Saul Johnson28-Mar-10 7:18 
QuestionCan we use label(i) instead of label 1 ? Pin
Razanust27-Mar-10 22:18
Razanust27-Mar-10 22:18 
AnswerRe: Can we use label(i) instead of label 1 ? Pin
Abhinav S27-Mar-10 22:41
Abhinav S27-Mar-10 22:41 
GeneralRe: Can we use label(i) instead of label 1 ? Pin
Johan Hakkesteegt27-Mar-10 22:56
Johan Hakkesteegt27-Mar-10 22:56 
GeneralRe: Can we use label(i) instead of label 1 ? Pin
Abhinav S27-Mar-10 23:06
Abhinav S27-Mar-10 23:06 
GeneralRe: Can we use label(i) instead of label 1 ? Pin
Eddy Vluggen28-Mar-10 0:30
professionalEddy Vluggen28-Mar-10 0:30 
GeneralRe: Can we use label(i) instead of label 1 ? Pin
Dave Kreskowiak28-Mar-10 6:09
mveDave Kreskowiak28-Mar-10 6:09 
GeneralRe: Can we use label(i) instead of label 1 ? Pin
Steven J Jowett29-Mar-10 3:26
Steven J Jowett29-Mar-10 3:26 
AnswerRe: Can we use label(i) instead of label 1 ? Pin
Johan Hakkesteegt27-Mar-10 23:00
Johan Hakkesteegt27-Mar-10 23:00 
AnswerRe: Can we use label(i) instead of label 1 ? Pin
Gregory Gadow29-Mar-10 3:50
Gregory Gadow29-Mar-10 3:50 
QuestionValue of a variable changing abnormally ! Pin
Razanust27-Mar-10 18:02
Razanust27-Mar-10 18:02 
AnswerRe: Value of a variable changing abnormally ! Pin
Dave Kreskowiak27-Mar-10 18:54
mveDave Kreskowiak27-Mar-10 18:54 
GeneralRe: Value of a variable changing abnormally ! Pin
Razanust27-Mar-10 19:12
Razanust27-Mar-10 19: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.