Click here to Skip to main content
15,925,181 members
Home / Discussions / C#
   

C#

 
AnswerRe: how select adata from sql by c# Pin
ednrgc9-Nov-06 6:45
ednrgc9-Nov-06 6:45 
AnswerRe: how select adata from sql by c# Pin
Christian Graus9-Nov-06 9:09
protectorChristian Graus9-Nov-06 9:09 
Questionexception: Cannot modify the Items collection when the DataSource property is set. Pin
Saira Tanwir9-Nov-06 3:54
Saira Tanwir9-Nov-06 3:54 
AnswerRe: exception: Cannot modify the Items collection when the DataSource property is set. Pin
Parwej Ahamad9-Nov-06 5:30
professionalParwej Ahamad9-Nov-06 5:30 
GeneralRe: exception: Cannot modify the Items collection when the DataSource property is set. Pin
Saira Tanwir9-Nov-06 21:57
Saira Tanwir9-Nov-06 21:57 
GeneralRe: exception: Cannot modify the Items collection when the DataSource property is set. Pin
Parwej Ahamad10-Nov-06 5:05
professionalParwej Ahamad10-Nov-06 5:05 
QuestionGarbage Collection ? or something else ? Pin
C#_Dude9-Nov-06 3:41
C#_Dude9-Nov-06 3:41 
AnswerRe: Garbage Collection ? or something else ? Pin
Guffa9-Nov-06 3:52
Guffa9-Nov-06 3:52 
C#_Dude wrote:
The problem is, when a FORM is closed, its memory is not released, because that other form with BUTTONS still has its reference.


Are you sure? Why would that form hold on to the references?

C#_Dude wrote:
How can I explicitly FREE MEMORY of a FORM OBJECT in a situation like this ?


Normally you never free memory, you only make sure that the objects are properly closed and get rid of the reference to them, then the garbage collector will eventually collect them.

It's normal for objects to remain in memory a while after you have released them. The garbage collector makes a collection when it's convenient or when it's needed. There is no reason to collect objects when there is no immediate demand for memory.


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

AnswerRe: Garbage Collection ? or something else ? Pin
Jon Hulatt9-Nov-06 3:53
Jon Hulatt9-Nov-06 3:53 
Questiondatagridview and xml Pin
Yustme9-Nov-06 3:09
Yustme9-Nov-06 3:09 
AnswerRe: datagridview and xml Pin
Drew McGhie9-Nov-06 9:30
Drew McGhie9-Nov-06 9:30 
QuestionFont conversion when XML serialize Pin
topcatalpha9-Nov-06 3:09
topcatalpha9-Nov-06 3:09 
AnswerRe: Font conversion when XML serialize Pin
topcatalpha14-Nov-06 2:58
topcatalpha14-Nov-06 2:58 
QuestionUnable to start debugging In VS2005 Pin
GnanaprakashJebaraj9-Nov-06 2:32
GnanaprakashJebaraj9-Nov-06 2:32 
AnswerRe: Unable to start debugging In VS2005 Pin
Yustme9-Nov-06 3:57
Yustme9-Nov-06 3:57 
GeneralRe: Unable to start debugging In VS2005 Pin
GnanaprakashJebaraj9-Nov-06 17:38
GnanaprakashJebaraj9-Nov-06 17:38 
QuestionNumericUpDown Pin
sujithkumarsl9-Nov-06 2:26
sujithkumarsl9-Nov-06 2:26 
AnswerRe: NumericUpDown Pin
Ashish Derhgawen9-Nov-06 3:29
Ashish Derhgawen9-Nov-06 3:29 
GeneralRe: NumericUpDown Pin
sujithkumarsl9-Nov-06 18:40
sujithkumarsl9-Nov-06 18:40 
GeneralRe: NumericUpDown [modified] Pin
Ashish Derhgawen9-Nov-06 22:12
Ashish Derhgawen9-Nov-06 22:12 
GeneralRe: NumericUpDown Pin
sujithkumarsl9-Nov-06 22:51
sujithkumarsl9-Nov-06 22:51 
GeneralRe: NumericUpDown Pin
sujithkumarsl10-Nov-06 1:27
sujithkumarsl10-Nov-06 1:27 
QuestionRegarding 70-315 Pin
Mirunab9-Nov-06 1:56
Mirunab9-Nov-06 1:56 
AnswerRe: Regarding 70-315 Pin
Colin Angus Mackay9-Nov-06 3:27
Colin Angus Mackay9-Nov-06 3:27 
GeneralRe: Regarding 70-315 Pin
Mirunab10-Nov-06 2:46
Mirunab10-Nov-06 2:46 

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.