Click here to Skip to main content
15,914,608 members
Home / Discussions / C#
   

C#

 
Questionconverting text to int Pin
Mehrdad from iran1-May-09 8:34
Mehrdad from iran1-May-09 8:34 
AnswerRe: converting text to int Pin
Genius.Boy1-May-09 8:44
Genius.Boy1-May-09 8:44 
GeneralRe: converting text to int Pin
Jimmanuel1-May-09 8:58
Jimmanuel1-May-09 8:58 
RantRe: converting text to int Pin
Member 10339071-May-09 10:04
Member 10339071-May-09 10:04 
AnswerRe: converting text to int Pin
Pete O'Hanlon1-May-09 10:43
mvePete O'Hanlon1-May-09 10:43 
AnswerRe: converting text to int Pin
PIEBALDconsult1-May-09 13:47
mvePIEBALDconsult1-May-09 13:47 
QuestionCustom code in a Dispose method Pin
Dan Neely1-May-09 8:34
Dan Neely1-May-09 8:34 
AnswerRe: Custom code in a Dispose method Pin
Henry Minute1-May-09 9:15
Henry Minute1-May-09 9:15 
AFAIK the code generator does not touch Dispose after it is first created. It is placed outside the autogenerated region.

The MSDN documentation gives this:
protected override void Dispose(bool disposing)
{
   if (disposing)
   {
      // Release managed resources.
   }
   // Release unmanaged resources.
   // Set large fields to null.
   // Call Dispose on your base class.
   base.Dispose(disposing);
}


I know that sometimes MS doesn't do what it says, but I think it's OK to believe them here. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

QuestionHow to show picture from imagelist in original size Pin
Aljaz1111-May-09 7:28
Aljaz1111-May-09 7:28 
AnswerRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 8:33
Jimmanuel1-May-09 8:33 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 10:40
Aljaz1111-May-09 10:40 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 11:16
Jimmanuel1-May-09 11:16 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 11:34
Aljaz1111-May-09 11:34 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 12:05
Jimmanuel1-May-09 12:05 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 12:12
Aljaz1111-May-09 12:12 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 14:07
Jimmanuel1-May-09 14:07 
GeneralRe: How to show picture from imagelist in original size Pin
Aljaz1111-May-09 14:23
Aljaz1111-May-09 14:23 
GeneralRe: How to show picture from imagelist in original size Pin
Jimmanuel1-May-09 14:49
Jimmanuel1-May-09 14:49 
QuestionWhich Castring Strategy Is Better? Pin
BlitzPackage1-May-09 7:28
BlitzPackage1-May-09 7:28 
AnswerRe: Which Castring Strategy Is Better? Pin
MidwestLimey1-May-09 8:02
professionalMidwestLimey1-May-09 8:02 
AnswerRe: Which Castring Strategy Is Better? Pin
Pete O'Hanlon1-May-09 10:30
mvePete O'Hanlon1-May-09 10:30 
AnswerRe: Which Castring Strategy Is Better? Pin
PIEBALDconsult1-May-09 13:49
mvePIEBALDconsult1-May-09 13:49 
GeneralRe: Which Castring Strategy Is Better? Pin
BlitzPackage1-May-09 14:41
BlitzPackage1-May-09 14:41 
GeneralRe: Which Castring Strategy Is Better? Pin
PIEBALDconsult2-May-09 4:28
mvePIEBALDconsult2-May-09 4:28 
QuestionUnable to attach to process winservices C# Pin
mark_me1-May-09 6:57
mark_me1-May-09 6:57 

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.