Click here to Skip to main content
16,006,378 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: GDI object increasing problem Pin
Christian Graus30-Nov-07 11:17
protectorChristian Graus30-Nov-07 11:17 
GeneralRe: GDI object increasing problem Pin
Balakumar Ponnusamy3-Dec-07 10:44
Balakumar Ponnusamy3-Dec-07 10:44 
AnswerRe: GDI object increasing problem Pin
Luc Pattyn30-Nov-07 12:09
sitebuilderLuc Pattyn30-Nov-07 12:09 
GeneralRe: GDI object increasing problem Pin
Paul Conrad30-Nov-07 12:53
professionalPaul Conrad30-Nov-07 12:53 
GeneralRe: GDI object increasing problem Pin
Balakumar Ponnusamy3-Dec-07 10:55
Balakumar Ponnusamy3-Dec-07 10:55 
AnswerRe: GDI object increasing problem Pin
supercat930-Nov-07 15:06
supercat930-Nov-07 15:06 
GeneralRe: GDI object increasing problem Pin
Dave Kreskowiak30-Nov-07 16:21
mveDave Kreskowiak30-Nov-07 16:21 
GeneralRe: GDI object increasing problem Pin
supercat93-Dec-07 10:17
supercat93-Dec-07 10:17 
No, it won't. You have to explicitly call Dispose on it to release the unmanaged resources. The GC will not do this for you.


I would have expected that any of the framework objects that use system resources would have finalize handlers that would free such resources. Obviously if you create your own objects that allocate system resources via API calls you need to free them, but I would expect Microsoft's framework objects should take care of that.
QuestionDeployment Pin
plural30-Nov-07 1:17
plural30-Nov-07 1:17 
AnswerRe: Deployment Pin
Vimalsoft(Pty) Ltd30-Nov-07 7:13
professionalVimalsoft(Pty) Ltd30-Nov-07 7:13 
GeneralRe: Deployment Pin
plural1-Dec-07 2:07
plural1-Dec-07 2:07 
QuestionHow can we make setup file in VB.NET 2005 Professional Pin
Selvakumar A.30-Nov-07 0:25
Selvakumar A.30-Nov-07 0:25 
AnswerRe: How can we make setup file in VB.NET 2005 Professional Pin
Colin Angus Mackay30-Nov-07 0:42
Colin Angus Mackay30-Nov-07 0:42 
GeneralRe: How can we make setup file in VB.NET 2005 Professional Pin
Selvakumar A.30-Nov-07 1:04
Selvakumar A.30-Nov-07 1:04 
AnswerRe: How can we make setup file in VB.NET 2005 Professional Pin
Frank Kerrigan30-Nov-07 0:47
Frank Kerrigan30-Nov-07 0:47 
GeneralRe: How can we make setup file in VB.NET 2005 Professional Pin
Selvakumar A.30-Nov-07 1:07
Selvakumar A.30-Nov-07 1:07 
QuestionHow can we define a current path to fetch the database by OleDbConnection Pin
Selvakumar A.30-Nov-07 0:23
Selvakumar A.30-Nov-07 0:23 
AnswerRe: How can we define a current path to fetch the database by OleDbConnection Pin
Tom Deketelaere30-Nov-07 1:41
professionalTom Deketelaere30-Nov-07 1:41 
GeneralRe: How can we define a current path to fetch the database by OleDbConnection Pin
selvabsc6-Dec-07 0:57
selvabsc6-Dec-07 0:57 
AnswerRe: How can we define a current path to fetch the database by OleDbConnection Pin
ChandraRam30-Nov-07 1:42
ChandraRam30-Nov-07 1:42 
GeneralRe: How can we define a current path to fetch the database by OleDbConnection Pin
selvabsc6-Dec-07 0:55
selvabsc6-Dec-07 0:55 
Questionbinding an arry to listbox control Pin
balakpn30-Nov-07 0:10
balakpn30-Nov-07 0:10 
AnswerRe: binding an arry to listbox control Pin
Naji El Kotob30-Nov-07 10:05
Naji El Kotob30-Nov-07 10:05 
QuestionVSTO Pin
Tsepoz30-Nov-07 0:03
Tsepoz30-Nov-07 0:03 
QuestionSqlServerCe VISUAL STUDIO 2005 VISUAL BASIC help needed Pin
panagiotis_mallis29-Nov-07 23:27
panagiotis_mallis29-Nov-07 23:27 

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.