Click here to Skip to main content
15,899,314 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to make a default value in combobox where item doesn't exist in collection Pin
Abhinav S13-Feb-10 10:16
Abhinav S13-Feb-10 10:16 
GeneralRe: how to make a default value in combobox where item doesn't exist in collection [resolved] Pin
tonyonlinux13-Feb-10 10:32
tonyonlinux13-Feb-10 10:32 
QuestionSend Multicast cumtom packets Pin
churchil_ucv13-Feb-10 7:30
churchil_ucv13-Feb-10 7:30 
QuestionDestroy class Pin
Scalee13-Feb-10 4:57
Scalee13-Feb-10 4:57 
AnswerRe: Destroy class Pin
Saksida Bojan13-Feb-10 5:12
Saksida Bojan13-Feb-10 5:12 
GeneralRe: Destroy class Pin
Scalee13-Feb-10 5:34
Scalee13-Feb-10 5:34 
GeneralRe: Destroy class Pin
Saksida Bojan13-Feb-10 5:51
Saksida Bojan13-Feb-10 5:51 
GeneralRe: Destroy class Pin
Abhinav S13-Feb-10 7:18
Abhinav S13-Feb-10 7:18 
Why dont you just remove the delegate?

void clnt_Kill(string msg)        <br />
{           <br />
clnt.Kill -= new Client.kill(clnt_Kill);<br />
clnt = null;            <br />
MessageBox.Show(msg);            <br />
ms_Startclient.Checked = false;        <br />
}
Me, I'm dishonest. And a dishonest man you can always trust to be dishonest.
Honestly. It's the honest ones you want to watch out for...


AnswerRe: Destroy class Pin
Not Active13-Feb-10 7:31
mentorNot Active13-Feb-10 7:31 
AnswerRe: Destroy class Pin
Luc Pattyn13-Feb-10 11:33
sitebuilderLuc Pattyn13-Feb-10 11:33 
QuestionExecuting an EXE 24hr online Pin
Gjm13-Feb-10 4:56
Gjm13-Feb-10 4:56 
AnswerRe: Executing an EXE 24hr online Pin
Saksida Bojan13-Feb-10 5:10
Saksida Bojan13-Feb-10 5:10 
AnswerRe: Executing an EXE 24hr online Pin
Anurag Gandhi13-Feb-10 6:44
professionalAnurag Gandhi13-Feb-10 6:44 
AnswerDon't repost Pin
Not Active13-Feb-10 7:34
mentorNot Active13-Feb-10 7:34 
QuestionC# nullable types, need clarification Pin
prasadbuddhika13-Feb-10 4:32
prasadbuddhika13-Feb-10 4:32 
AnswerRe: C# nullable types, need clarification [modified] Pin
Saksida Bojan13-Feb-10 4:44
Saksida Bojan13-Feb-10 4:44 
AnswerRe: C# nullable types, need clarification Pin
Luc Pattyn13-Feb-10 5:23
sitebuilderLuc Pattyn13-Feb-10 5:23 
AnswerRe: C# nullable types, need clarification Pin
Alan N13-Feb-10 5:32
Alan N13-Feb-10 5:32 
GeneralRe: C# nullable types, need clarification Pin
Luc Pattyn13-Feb-10 6:21
sitebuilderLuc Pattyn13-Feb-10 6:21 
GeneralRe: C# nullable types, need clarification Pin
Alan N13-Feb-10 8:15
Alan N13-Feb-10 8:15 
AnswerRe: C# nullable types, need clarification Pin
Luc Pattyn13-Feb-10 10:26
sitebuilderLuc Pattyn13-Feb-10 10:26 
AnswerRe: C# nullable types, need clarification Pin
Luc Pattyn13-Feb-10 11:03
sitebuilderLuc Pattyn13-Feb-10 11:03 
GeneralRe: C# nullable types, need clarification Pin
prasadbuddhika14-Feb-10 16:38
prasadbuddhika14-Feb-10 16:38 
QuestionDrag form by panel Pin
Scalee13-Feb-10 3:29
Scalee13-Feb-10 3:29 
AnswerRe: Drag form by panel Pin
Saksida Bojan13-Feb-10 3:33
Saksida Bojan13-Feb-10 3:33 

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.