Click here to Skip to main content
15,867,704 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: OnPaintBackground isn't getting called Pin
OlliesDad2-Nov-05 13:23
OlliesDad2-Nov-05 13:23 
QuestionPInvokeStackImbalance (Net 2.0) Pin
Angelo Cresta2-Nov-05 3:32
professionalAngelo Cresta2-Nov-05 3:32 
AnswerRe: PInvokeStackImbalance (Net 2.0) Pin
Angelo Cresta3-Nov-05 3:29
professionalAngelo Cresta3-Nov-05 3:29 
QuestionWaveform audio interface component for .NET Pin
AdamSlosarski2-Nov-05 1:50
AdamSlosarski2-Nov-05 1:50 
Questiondotfuscation Pin
D.N.1-Nov-05 20:55
D.N.1-Nov-05 20:55 
AnswerRe: dotfuscation Pin
enjoycrack2-Nov-05 6:47
enjoycrack2-Nov-05 6:47 
QuestionIDispose Pin
D.N.1-Nov-05 20:53
D.N.1-Nov-05 20:53 
AnswerRe: IDispose Pin
Christian Graus2-Nov-05 13:34
protectorChristian Graus2-Nov-05 13:34 
Any object that holds on to things that need to be cleaned up will impliment IDisposable, and you should call the Dispose method on such items when you're finished with them. Common examples would include pretty much anything in the System.Drawing namespaces, or anything else that holds an unmanaged handle of some sort.

We have this interface because a garbage collected system cannot support deterministic destruction.

Christian Graus - Microsoft MVP - C++
AnswerRe: IDispose Pin
Colin Angus Mackay3-Nov-05 1:30
Colin Angus Mackay3-Nov-05 1:30 
GeneralRe: IDispose Pin
Christian Graus3-Nov-05 11:17
protectorChristian Graus3-Nov-05 11:17 
GeneralRe: IDispose Pin
Leather994-Nov-05 2:52
Leather994-Nov-05 2:52 
QuestionInherited controls (and forms) showing in the designer. Pin
Ray Cassick1-Nov-05 9:53
Ray Cassick1-Nov-05 9:53 
QuestionUI that calls Web Service creates reentrance. Bug ? Pin
kaushik_aj31-Oct-05 3:07
kaushik_aj31-Oct-05 3:07 
AnswerRe: UI that calls Web Service creates reentrance. Bug ? Pin
Dave Kreskowiak2-Nov-05 5:42
mveDave Kreskowiak2-Nov-05 5:42 
QuestionInstalling Software Remotely.... Pin
Hungry Mind30-Oct-05 19:36
Hungry Mind30-Oct-05 19:36 
AnswerRe: Installing Software Remotely.... Pin
rwestgraham1-Nov-05 8:09
rwestgraham1-Nov-05 8:09 
QuestionQ: periodic remote update (.NET) Pin
Amerxxx28-Oct-05 23:52
Amerxxx28-Oct-05 23:52 
AnswerRe: Q: periodic remote update (.NET) Pin
S. Senthil Kumar29-Oct-05 19:19
S. Senthil Kumar29-Oct-05 19:19 
GeneralRe: Q: periodic remote update (.NET) Pin
Amerxxx30-Oct-05 1:37
Amerxxx30-Oct-05 1:37 
QuestionLooking for a great e-mail component Pin
Joseph Takacs28-Oct-05 21:23
Joseph Takacs28-Oct-05 21:23 
AnswerRe: Looking for a great e-mail component Pin
Vasudevan Deepak Kumar30-Oct-05 18:23
Vasudevan Deepak Kumar30-Oct-05 18:23 
GeneralRe: Looking for a great e-mail component Pin
Joseph Takacs30-Oct-05 19:19
Joseph Takacs30-Oct-05 19:19 
AnswerRe: Looking for a great e-mail component Pin
Member 965-Nov-05 6:07
Member 965-Nov-05 6:07 
QuestionHow to Sync Sql Ce(Pocket PC) database to Sql (Desktop) Pin
Amey Chavan27-Oct-05 23:33
Amey Chavan27-Oct-05 23:33 
QuestionAre There Some aspects in Microsoft .net to accomplish my master's paper? Pin
dwi_light27-Oct-05 21:20
dwi_light27-Oct-05 21:20 

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.