Click here to Skip to main content
15,902,112 members
Home / Discussions / C#
   

C#

 
QuestionBook Review? Pin
Russell Jones28-Sep-05 4:30
Russell Jones28-Sep-05 4:30 
AnswerRe: Book Review? Pin
Dario Solera28-Sep-05 6:57
Dario Solera28-Sep-05 6:57 
GeneralRe: Book Review? Pin
Anonymous28-Sep-05 22:25
Anonymous28-Sep-05 22:25 
QuestionSystem.Xml.Document : How to write special characters in an xml file ? Pin
smashingraph28-Sep-05 3:53
smashingraph28-Sep-05 3:53 
AnswerRe: System.Xml.Document : How to write special characters in an xml file ? Pin
Dave Kreskowiak28-Sep-05 6:24
mveDave Kreskowiak28-Sep-05 6:24 
GeneralRe: System.Xml.Document : How to write special characters in an xml file ? Pin
smashingraph28-Sep-05 21:50
smashingraph28-Sep-05 21:50 
QuestionReleasing Memory Pin
dbetting28-Sep-05 3:30
dbetting28-Sep-05 3:30 
AnswerRe: Releasing Memory Pin
Guffa28-Sep-05 5:22
Guffa28-Sep-05 5:22 
What has made you come to the conclusion that you have a memory leak?

dbetting wrote:
it fails the if(components != null) check and the components are never released

If the components reference is null, there are no components needing disposal. If there are components that needs disposal, they are added to the components collection in the generated code.

dbetting wrote:
I even set the form to null

You can't set the form to null. You can set a reference to the form to null, but that doesn't affect the form.

---
b { font-weight: normal; }

GeneralRe: Releasing Memory Pin
dbetting28-Sep-05 6:24
dbetting28-Sep-05 6:24 
GeneralRe: Releasing Memory Pin
Guffa28-Sep-05 9:03
Guffa28-Sep-05 9:03 
GeneralRe: Releasing Memory Pin
Dave Kreskowiak28-Sep-05 9:36
mveDave Kreskowiak28-Sep-05 9:36 
GeneralRe: Releasing Memory Pin
dbetting28-Sep-05 11:04
dbetting28-Sep-05 11:04 
GeneralRe: Releasing Memory Pin
Dave Kreskowiak28-Sep-05 11:16
mveDave Kreskowiak28-Sep-05 11:16 
GeneralRe: Releasing Memory Pin
dbetting28-Sep-05 12:13
dbetting28-Sep-05 12:13 
GeneralRe: Releasing Memory Pin
Dave Kreskowiak28-Sep-05 14:30
mveDave Kreskowiak28-Sep-05 14:30 
GeneralRe: Releasing Memory Pin
dbetting29-Sep-05 1:51
dbetting29-Sep-05 1:51 
GeneralRe: Releasing Memory Pin
Dave Kreskowiak29-Sep-05 11:59
mveDave Kreskowiak29-Sep-05 11:59 
GeneralRe: Releasing Memory Pin
Dan Neely29-Sep-05 2:10
Dan Neely29-Sep-05 2:10 
QuestionCopy a Row from one DataView to another? Pin
thomasa28-Sep-05 2:38
thomasa28-Sep-05 2:38 
AnswerRe: Copy a Row from one DataView to another? Pin
Wjousts28-Sep-05 9:24
Wjousts28-Sep-05 9:24 
QuestionObfuscator - Crytografy code Pin
horacyjr28-Sep-05 1:47
horacyjr28-Sep-05 1:47 
AnswerRe: Obfuscator - Crytografy code Pin
Colin Angus Mackay28-Sep-05 2:33
Colin Angus Mackay28-Sep-05 2:33 
GeneralRe: Obfuscator - Crytografy code Pin
horacyjr28-Sep-05 3:27
horacyjr28-Sep-05 3:27 
QuestionModify app.config Pin
Talktorajeev28-Sep-05 1:47
Talktorajeev28-Sep-05 1:47 
QuestionHelp needed with cookies and WebRequest Pin
nzmike28-Sep-05 1:13
nzmike28-Sep-05 1:13 

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.