Click here to Skip to main content
15,894,261 members
Home / Discussions / C#
   

C#

 
AnswerRe: Possible bug! iTunes event handlers do not work with Clipboard! Pin
leppie8-Jul-08 22:37
leppie8-Jul-08 22:37 
QuestionScope of variable Pin
zafersavas8-Jul-08 9:28
zafersavas8-Jul-08 9:28 
AnswerRe: Scope of variable Pin
Luc Pattyn8-Jul-08 9:31
sitebuilderLuc Pattyn8-Jul-08 9:31 
GeneralRe: Scope of variable Pin
zafersavas8-Jul-08 9:38
zafersavas8-Jul-08 9:38 
GeneralRe: Scope of variable Pin
Luc Pattyn8-Jul-08 9:43
sitebuilderLuc Pattyn8-Jul-08 9:43 
GeneralRe: Scope of variable Pin
Frank Horn8-Jul-08 10:41
Frank Horn8-Jul-08 10:41 
AnswerRe: Scope of variable Pin
PIEBALDconsult8-Jul-08 10:25
mvePIEBALDconsult8-Jul-08 10:25 
AnswerRe: Scope of variable Pin
Nirandas8-Jul-08 17:56
Nirandas8-Jul-08 17:56 
When ever you create a form and show it, a reference to the form is added internaly. There is a property of Application Object named "OpenForms" which returns a read only FormsCollection containing all the forms opened by the application. Since a reference is held to the form object even though your local variable is collected by gc, the form does not get collected. You can access the form through that collection and call the close method on it to close the form. Then the form is removed from the OpenForms collection and will be collected by the gc.
HTH

Nirandas,
a developer from India.
http://www.nirandas.com

GeneralRe: Scope of variable Pin
zafersavas9-Jul-08 6:16
zafersavas9-Jul-08 6:16 
Questionwhat's mail Pin
fazel dehghani8-Jul-08 8:33
fazel dehghani8-Jul-08 8:33 
AnswerRe: what's mail Pin
DaveyM698-Jul-08 8:48
professionalDaveyM698-Jul-08 8:48 
AnswerRe: what's mail Pin
Christian Graus8-Jul-08 14:28
protectorChristian Graus8-Jul-08 14:28 
AnswerRe: what's mail Pin
Paul Conrad8-Jul-08 15:45
professionalPaul Conrad8-Jul-08 15:45 
Questionhow to asterisk in datagrid Pin
netJP12L8-Jul-08 7:35
netJP12L8-Jul-08 7:35 
AnswerRe: how to asterisk in datagrid Pin
led mike8-Jul-08 8:53
led mike8-Jul-08 8:53 
AnswerRe: how to asterisk in datagrid Pin
PIEBALDconsult8-Jul-08 9:16
mvePIEBALDconsult8-Jul-08 9:16 
QuestionAdding a DBNull value as a parameter to a Int32 database field. Pin
Steve Holdorf8-Jul-08 7:01
Steve Holdorf8-Jul-08 7:01 
AnswerRe: Adding a DBNull value as a parameter to a Int32 database field. Pin
PIEBALDconsult8-Jul-08 7:18
mvePIEBALDconsult8-Jul-08 7:18 
AnswerRe: Adding a DBNull value as a parameter to a Int32 database field. Pin
Steve Holdorf8-Jul-08 7:21
Steve Holdorf8-Jul-08 7:21 
QuestionList of built-in constants? Pin
PIEBALDconsult8-Jul-08 6:12
mvePIEBALDconsult8-Jul-08 6:12 
AnswerRe: List of built-in constants? Pin
Scott Dorman8-Jul-08 13:19
professionalScott Dorman8-Jul-08 13:19 
GeneralRe: List of built-in constants? Pin
PIEBALDconsult8-Jul-08 14:59
mvePIEBALDconsult8-Jul-08 14:59 
GeneralRe: List of built-in constants? Pin
Scott Dorman8-Jul-08 16:11
professionalScott Dorman8-Jul-08 16:11 
GeneralRe: List of built-in constants? Pin
PIEBALDconsult8-Jul-08 18:01
mvePIEBALDconsult8-Jul-08 18:01 
GeneralRe: List of built-in constants? Pin
Scott Dorman9-Jul-08 2:50
professionalScott Dorman9-Jul-08 2:50 

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.