Click here to Skip to main content
16,005,491 members
Home / Discussions / C#
   

C#

 
GeneralRe: compute huge datastructure once on dll-load Pin
leppie29-Aug-02 5:33
leppie29-Aug-02 5:33 
GeneralRe: compute huge datastructure once on dll-load Pin
Rüpel29-Aug-02 21:30
Rüpel29-Aug-02 21:30 
GeneralRe: compute huge datastructure once on dll-load Pin
Anonymous30-Aug-02 7:42
Anonymous30-Aug-02 7:42 
GeneralRe: compute huge datastructure once on dll-load Pin
leppie31-Aug-02 5:07
leppie31-Aug-02 5:07 
QuestionIs this normal? Pin
leppie29-Aug-02 3:19
leppie29-Aug-02 3:19 
AnswerRe: Is this normal? Pin
Rüpel29-Aug-02 3:46
Rüpel29-Aug-02 3:46 
AnswerRe: Is this normal? Pin
leppie29-Aug-02 6:48
leppie29-Aug-02 6:48 
AnswerRe: Is this normal? Pin
Martin Haesemeyer29-Aug-02 8:57
Martin Haesemeyer29-Aug-02 8:57 
Hi!
Do you call Dispose() on the graphic objects when you don't need them anymore (end of function or end of loop)?? Because the garbage collector doesn't handle unmanaged resources (like GDI or file handles) and therefore only collects your classes (and with them the unmanaged resources) during idle time.

Cheers
HTH
Martin

"Situation normal - all fu***d up"
Illuminatus!
GeneralRe: Is this normal? Pin
leppie30-Aug-02 0:37
leppie30-Aug-02 0:37 
GeneralConversion from vb.net to c# Pin
suresh_sathya29-Aug-02 2:14
suresh_sathya29-Aug-02 2:14 
GeneralRe: Conversion from vb.net to c# Pin
Nnamdi Onyeyiri29-Aug-02 2:29
Nnamdi Onyeyiri29-Aug-02 2:29 
GeneralRe: Conversion from vb.net to c# Pin
leppie29-Aug-02 3:11
leppie29-Aug-02 3:11 
GeneralRe: Conversion from vb.net to c# Pin
Maciej Pirog29-Aug-02 4:31
Maciej Pirog29-Aug-02 4:31 
GeneralRe: Conversion from vb.net to c# Pin
Maciej Pirog29-Aug-02 4:43
Maciej Pirog29-Aug-02 4:43 
GeneralRe: Conversion from vb.net to c# Pin
David Stone29-Aug-02 13:01
sitebuilderDavid Stone29-Aug-02 13:01 
GeneralRe: Conversion from vb.net to c# Pin
Sijin29-Aug-02 19:58
Sijin29-Aug-02 19:58 
GeneralDesinger crashes after adding own Component with Properties to form Pin
Chris Richner29-Aug-02 0:25
Chris Richner29-Aug-02 0:25 
GeneralRe: Desinger crashes after adding own Component with Properties to form Pin
leppie29-Aug-02 0:40
leppie29-Aug-02 0:40 
GeneralAn enigma rapped up in a puzzle inside a.... Pin
Nnamdi Onyeyiri28-Aug-02 21:52
Nnamdi Onyeyiri28-Aug-02 21:52 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
leppie28-Aug-02 22:08
leppie28-Aug-02 22:08 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
Nnamdi Onyeyiri28-Aug-02 23:18
Nnamdi Onyeyiri28-Aug-02 23:18 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
leppie28-Aug-02 23:58
leppie28-Aug-02 23:58 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
Nnamdi Onyeyiri29-Aug-02 1:13
Nnamdi Onyeyiri29-Aug-02 1:13 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
leppie29-Aug-02 1:41
leppie29-Aug-02 1:41 
GeneralRe: An enigma rapped up in a puzzle inside a.... Pin
Nnamdi Onyeyiri29-Aug-02 2:26
Nnamdi Onyeyiri29-Aug-02 2: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.