Click here to Skip to main content
15,867,453 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to get Drive label (Volume Label) Pin
Zaegra16-May-07 20:33
Zaegra16-May-07 20:33 
AnswerRe: How to get Drive label (Volume Label) Pin
Sonia Gupta16-May-07 20:44
Sonia Gupta16-May-07 20:44 
GeneralRe: How to get Drive label (Volume Label) Pin
Vimalsoft(Pty) Ltd16-May-07 20:53
professionalVimalsoft(Pty) Ltd16-May-07 20:53 
GeneralRe: How to get Drive label (Volume Label) Pin
Zaegra16-May-07 21:48
Zaegra16-May-07 21:48 
QuestionHow to get Drive Label (volume label) Pin
Zaegra16-May-07 20:31
Zaegra16-May-07 20:31 
AnswerRe: How to get Drive Label (volume label) Pin
Dave Kreskowiak17-May-07 4:34
mveDave Kreskowiak17-May-07 4:34 
QuestionGarbage collector Pin
Sonia Gupta16-May-07 19:53
Sonia Gupta16-May-07 19:53 
AnswerRe: Garbage collector Pin
Christian Graus16-May-07 20:55
protectorChristian Graus16-May-07 20:55 
Nilish wrote:
GC.Collect


NEVER do that. You have no reason to, you're just fighting the system and slowing it down.


Nilish wrote:
protected overrides sub Finalize()
mybase.Finalize
End Sub


This code is obviously worthless, unless you have it just to set a breakpoint.

Forms are also special. The system likes to just hide them rather than dispose of them. Again, the framework is pursuing strategies to maximise performance, which is why you should just let it do it's thing.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

GeneralRe: Garbage collector Pin
Dave Kreskowiak17-May-07 4:37
mveDave Kreskowiak17-May-07 4:37 
AnswerRe: Garbage collector Pin
Dave Kreskowiak17-May-07 4:29
mveDave Kreskowiak17-May-07 4:29 
Questionsource code to convert wav File to MP3 File in vb.net. Pin
Fujiwara Gili16-May-07 19:38
Fujiwara Gili16-May-07 19:38 
AnswerRe: source code to convert wav File to MP3 File in vb.net. Pin
Sonia Gupta16-May-07 21:30
Sonia Gupta16-May-07 21:30 
QuestionModal Dialog That will lock system Pin
Polymorpher16-May-07 19:35
Polymorpher16-May-07 19:35 
AnswerRe: Modal Dialog That will lock system Pin
Sonia Gupta16-May-07 21:56
Sonia Gupta16-May-07 21:56 
GeneralRe: Modal Dialog That will lock system Pin
Polymorpher17-May-07 8:48
Polymorpher17-May-07 8:48 
QuestionCreate a User Defined Control in VB Pin
Xandip16-May-07 19:19
Xandip16-May-07 19:19 
AnswerRe: Create a User Defined Control in VB Pin
Christian Graus16-May-07 19:32
protectorChristian Graus16-May-07 19:32 
GeneralRe: Create a User Defined Control in VB Pin
Xandip16-May-07 19:48
Xandip16-May-07 19:48 
GeneralRe: Create a User Defined Control in VB Pin
Christian Graus16-May-07 20:56
protectorChristian Graus16-May-07 20:56 
AnswerRe: Create a User Defined Control in VB Pin
Sonia Gupta16-May-07 19:58
Sonia Gupta16-May-07 19:58 
Question1 Computer to another computer Pin
Socheat.Net16-May-07 18:57
Socheat.Net16-May-07 18:57 
AnswerRe: 1 Computer to another computer Pin
Christian Graus16-May-07 19:04
protectorChristian Graus16-May-07 19:04 
GeneralRe: 1 Computer to another computer Pin
Socheat.Net16-May-07 21:01
Socheat.Net16-May-07 21:01 
QuestionRe: 1 Computer to another computer Pin
Sonia Gupta16-May-07 23:09
Sonia Gupta16-May-07 23:09 
AnswerRe: 1 Computer to another computer Pin
Socheat.Net16-May-07 23:33
Socheat.Net16-May-07 23:33 

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.