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

C#

 
AnswerRe: C# xsd Pin
Pete O'Hanlon4-Mar-09 4:52
mvePete O'Hanlon4-Mar-09 4:52 
QuestionReflection - Sample? Pin
softwarejaeger4-Mar-09 3:15
softwarejaeger4-Mar-09 3:15 
AnswerRe: Reflection - Sample? Pin
Pete O'Hanlon4-Mar-09 5:58
mvePete O'Hanlon4-Mar-09 5:58 
QuestionServer Pin
mrithula84-Mar-09 2:53
mrithula84-Mar-09 2:53 
AnswerRe: Server Pin
Jimmanuel4-Mar-09 3:28
Jimmanuel4-Mar-09 3:28 
QuestionBHO and ActiveX communication Pin
gusc4-Mar-09 2:51
gusc4-Mar-09 2:51 
QuestionDispose an instance Pin
yesu prakash4-Mar-09 2:11
yesu prakash4-Mar-09 2:11 
AnswerRe: Dispose an instance Pin
DaveyM694-Mar-09 2:14
professionalDaveyM694-Mar-09 2:14 
If the object in question has a close or dispose method then call that. If not, once it's no longer referenced by any active objects, it will automatically be cleaned up when the garbage collector next runs. You can sometimes help matters by making the instance = null.

Dave
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn)
Visual Basic is not used by normal people so we're not covering it here. (Uncyclopedia)

GeneralRe: Dispose an instance Pin
Xmen Real 4-Mar-09 4:21
professional Xmen Real 4-Mar-09 4:21 
GeneralRe: Dispose an instance Pin
DaveyM694-Mar-09 4:35
professionalDaveyM694-Mar-09 4:35 
AnswerRe: Dispose an instance Pin
harold aptroot4-Mar-09 6:29
harold aptroot4-Mar-09 6:29 
GeneralRe: Dispose an instance Pin
yesu prakash4-Mar-09 18:37
yesu prakash4-Mar-09 18:37 
GeneralRe: Dispose an instance Pin
harold aptroot4-Mar-09 22:46
harold aptroot4-Mar-09 22:46 
GeneralRe: Dispose an instance Pin
yesu prakash5-Mar-09 17:23
yesu prakash5-Mar-09 17:23 
GeneralRe: Dispose an instance Pin
harold aptroot5-Mar-09 22:37
harold aptroot5-Mar-09 22:37 
Questionpassing multiple parameters to the query in C# Pin
Deepali Khalkar4-Mar-09 1:34
Deepali Khalkar4-Mar-09 1:34 
AnswerRe: passing multiple parameters to the query in C# Pin
N a v a n e e t h4-Mar-09 1:42
N a v a n e e t h4-Mar-09 1:42 
AnswerRe: passing multiple parameters to the query in C# Pin
Megidolaon4-Mar-09 2:04
Megidolaon4-Mar-09 2:04 
GeneralRe: passing multiple parameters to the query in C# Pin
J4amieC4-Mar-09 2:29
J4amieC4-Mar-09 2:29 
AnswerRe: passing multiple parameters to the query in C# Pin
fly9044-Mar-09 5:14
fly9044-Mar-09 5:14 
QuestionTcpChannel disconnect Pin
yesu prakash4-Mar-09 0:15
yesu prakash4-Mar-09 0:15 
AnswerRe: TcpChannel disconnect Pin
stancrm4-Mar-09 1:25
stancrm4-Mar-09 1:25 
QuestionSpecified argument was out of the range of valid values. Parameter name: index. Pin
haleemasher4-Mar-09 0:09
haleemasher4-Mar-09 0:09 
AnswerRe: Specified argument was out of the range of valid values. Parameter name: index. Pin
Shyam K Pananghat4-Mar-09 0:24
Shyam K Pananghat4-Mar-09 0:24 
QuestionProcess.start don't work Pin
abbd3-Mar-09 23:41
abbd3-Mar-09 23:41 

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.