Click here to Skip to main content
15,790,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: slashes in textbox Pin
KeithF27-Feb-07 3:57
KeithF27-Feb-07 3:57 
GeneralRe: slashes in textbox Pin
Marcus J. Smith27-Feb-07 4:16
professionalMarcus J. Smith27-Feb-07 4:16 
AnswerRe: slashes in textbox Pin
JustmeNick27-Feb-07 7:05
JustmeNick27-Feb-07 7:05 
GeneralRe: slashes in textbox Pin
Marcus J. Smith27-Feb-07 8:56
professionalMarcus J. Smith27-Feb-07 8:56 
GeneralRe: slashes in textbox Pin
JustmeNick27-Feb-07 9:15
JustmeNick27-Feb-07 9:15 
QuestionReferential classes Pin
amaneet27-Feb-07 3:17
amaneet27-Feb-07 3:17 
QuestionMybase keyword Pin
Pankaj Garg27-Feb-07 2:57
Pankaj Garg27-Feb-07 2:57 
AnswerRe: Mybase keyword Pin
Guffa27-Feb-07 4:38
Guffa27-Feb-07 4:38 
Do you mean myBase[^], or what do you mean?

If MyBase is a class of yours that has a Finalze method, then that method is the finalizer of the class. A finalizer is usually only used as a backup for the Dispose method in a class that implements the IDisposable interface.

(Classes in C++ have destructors, and the same syntax is used for finalizers in C#, but finalizing in .NET works differently from destruction in C++, so I prefer the term finalizer to emphasise the difference).

When an object is about to be garbage collected, and it has a finalizer, the object will instead be placed in a queue of objects to be finalized. A background thread will run the Finalize method of each object in turn, and after that the object can be garbage collected.


---
single minded; short sighted; long gone;

AnswerRe: Mybase keyword Pin
Dave Kreskowiak27-Feb-07 5:37
mveDave Kreskowiak27-Feb-07 5:37 
QuestionIDispose Interface Pin
Pankaj Garg27-Feb-07 2:51
Pankaj Garg27-Feb-07 2:51 
AnswerRe: IDispose Interface Pin
Marcus J. Smith27-Feb-07 3:41
professionalMarcus J. Smith27-Feb-07 3:41 
Questiondouble link list implementation in vb.net Pin
Pankaj Garg27-Feb-07 2:45
Pankaj Garg27-Feb-07 2:45 
Questiondynamic crystal report [modified] Pin
harsh_c27-Feb-07 2:04
professionalharsh_c27-Feb-07 2:04 
Questioncreate plugins for mmc ? Pin
Agbaria Ahmad27-Feb-07 0:24
Agbaria Ahmad27-Feb-07 0:24 
Questionxml Pin
WhiteGirl2326-Feb-07 23:30
WhiteGirl2326-Feb-07 23:30 
AnswerRe: xml Pin
Christian Graus27-Feb-07 0:26
protectorChristian Graus27-Feb-07 0:26 
QuestionI am retriving the image file from Database .. Pin
somagunasekaran26-Feb-07 23:29
somagunasekaran26-Feb-07 23:29 
QuestionI am retriving the image file from Database .. Pin
somagunasekaran26-Feb-07 23:28
somagunasekaran26-Feb-07 23:28 
AnswerRe: I am retriving the image file from Database .. Pin
Colin Angus Mackay27-Feb-07 0:13
Colin Angus Mackay27-Feb-07 0:13 
GeneralRe: I am retriving the image file from Database .. Pin
somagunasekaran27-Feb-07 0:34
somagunasekaran27-Feb-07 0:34 
GeneralRe: I am retriving the image file from Database .. Pin
Colin Angus Mackay27-Feb-07 0:44
Colin Angus Mackay27-Feb-07 0:44 
QuestionTaking Snapshot of any form of project at run time... Pin
Sasmi26-Feb-07 20:56
Sasmi26-Feb-07 20:56 
AnswerRe: Taking Snapshot of any form of project at run time... Pin
il_masacratore26-Feb-07 22:28
il_masacratore26-Feb-07 22:28 
QuestionDatagridview Numeric Column : Plz Help Pin
priya_p23326-Feb-07 19:43
priya_p23326-Feb-07 19:43 
Questionto connect VB with MATLAB Pin
PoulomiGanguli26-Feb-07 18:26
PoulomiGanguli26-Feb-07 18:26 

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.