Click here to Skip to main content
15,888,224 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to deal with local drive..? Pin
Luc Pattyn8-Jul-09 22:46
sitebuilderLuc Pattyn8-Jul-09 22:46 
QuestionDoes anyone know of any command line email programs that work!!! Pin
Antone Eason8-Jul-09 9:54
professionalAntone Eason8-Jul-09 9:54 
AnswerRe: Does anyone know of any command line email programs that work!!! Pin
Tr@v8-Jul-09 10:19
Tr@v8-Jul-09 10:19 
GeneralRe: Does anyone know of any command line email programs that work!!! [modified] Pin
Antone Eason8-Jul-09 10:30
professionalAntone Eason8-Jul-09 10:30 
GeneralRe: Does anyone know of any command line email programs that work!!! Pin
Tr@v8-Jul-09 10:36
Tr@v8-Jul-09 10:36 
GeneralRe: Does anyone know of any command line email programs that work!!! Pin
Antone Eason8-Jul-09 10:47
professionalAntone Eason8-Jul-09 10:47 
GeneralRe: Does anyone know of any command line email programs that work!!! Pin
danzar8-Jul-09 17:55
danzar8-Jul-09 17:55 
QuestionExplicitly call IDispose() method Pin
Richard Blythe8-Jul-09 9:41
Richard Blythe8-Jul-09 9:41 
Hello all,

Does anyone know if the Dispose() method must be explicity called on every object that implements IDispose? In other words, will the Garbage collector call the Dispose() method when the object's life expires. Don't get me wrong, I know that it's good practice to clean up your own trash but I didn't know how serious of a memory leak this issue is.

In addition to that, what about un-wiring event handlers from a class before it's reference is set to null? I've code that removes handlers and code that doesn't.

Any thoughts?

The hurrier I go, the behinder I get.

AnswerRe: Explicitly call IDispose() method Pin
Luc Pattyn8-Jul-09 10:46
sitebuilderLuc Pattyn8-Jul-09 10:46 
GeneralRe: Explicitly call IDispose() method Pin
Richard Blythe8-Jul-09 11:08
Richard Blythe8-Jul-09 11:08 
AnswerRe: Explicitly call IDispose() method Pin
N a v a n e e t h8-Jul-09 17:25
N a v a n e e t h8-Jul-09 17:25 
GeneralRe: Explicitly call IDispose() method Pin
Luc Pattyn8-Jul-09 22:50
sitebuilderLuc Pattyn8-Jul-09 22:50 
GeneralRe: Explicitly call IDispose() method Pin
N a v a n e e t h9-Jul-09 16:40
N a v a n e e t h9-Jul-09 16:40 
AnswerRe: Explicitly call IDispose() method Pin
Curtis Schlak.8-Jul-09 17:39
Curtis Schlak.8-Jul-09 17:39 
GeneralRe: Explicitly call IDispose() method Pin
Daniel Grunwald9-Jul-09 3:38
Daniel Grunwald9-Jul-09 3:38 
QuestionCustom Treeview with Overridden OnPaint & WndProc Pin
VengefulSakhmet8-Jul-09 9:38
VengefulSakhmet8-Jul-09 9:38 
AnswerRe: Custom Treeview with Overridden OnPaint & WndProc Pin
Richard Blythe8-Jul-09 9:44
Richard Blythe8-Jul-09 9:44 
GeneralRe: Custom Treeview with Overridden OnPaint & WndProc Pin
VengefulSakhmet8-Jul-09 10:55
VengefulSakhmet8-Jul-09 10:55 
GeneralRe: Custom Treeview with Overridden OnPaint & WndProc Pin
Richard Blythe8-Jul-09 11:14
Richard Blythe8-Jul-09 11:14 
GeneralRe: Custom Treeview with Overridden OnPaint & WndProc Pin
VengefulSakhmet8-Jul-09 11:57
VengefulSakhmet8-Jul-09 11:57 
QuestionCopy Excel Rows using C# Pin
kasi148-Jul-09 9:01
kasi148-Jul-09 9:01 
AnswerRe: Copy Excel Rows using C# Pin
Manas Bhardwaj8-Jul-09 9:35
professionalManas Bhardwaj8-Jul-09 9:35 
GeneralRe: Copy Excel Rows using C# Pin
kasi148-Jul-09 10:52
kasi148-Jul-09 10:52 
GeneralRe: Copy Excel Rows using C# Pin
EliottA8-Jul-09 11:04
EliottA8-Jul-09 11:04 
GeneralRe: Copy Excel Rows using C# Pin
kasi148-Jul-09 13:10
kasi148-Jul-09 13:10 

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.