Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
AnswerRe: AsyncSocket question Pin
Nader Elshehabi24-Aug-06 11:14
Nader Elshehabi24-Aug-06 11:14 
GeneralRe: AsyncSocket question Pin
Tom Wright25-Aug-06 6:45
Tom Wright25-Aug-06 6:45 
GeneralRe: AsyncSocket question Pin
Nader Elshehabi25-Aug-06 7:47
Nader Elshehabi25-Aug-06 7:47 
GeneralRe: AsyncSocket question Pin
Tom Wright25-Aug-06 8:15
Tom Wright25-Aug-06 8:15 
AnswerRe: AsyncSocket question Pin
Nader Elshehabi25-Aug-06 9:20
Nader Elshehabi25-Aug-06 9:20 
Questionhow to "catch a delegate" Pin
ezazazel24-Aug-06 8:07
ezazazel24-Aug-06 8:07 
AnswerRe: how to "catch a delegate" Pin
Ennis Ray Lynch, Jr.24-Aug-06 9:11
Ennis Ray Lynch, Jr.24-Aug-06 9:11 
GeneralRe: how to "catch a delegate" [modified] Pin
ezazazel24-Aug-06 9:59
ezazazel24-Aug-06 9:59 
Thx for your sample code.
One more question if I may:

how to make the delegate from the exe to the delegate in your foo class

<br />
public delegate void dSendParameters(string para);    <br />
public event EventHandler SendParameters;<br />
public OtherClass(Delegate dSend)<br />
{<br />
 //HOW TO MAKE THE DELEGATE available<br />
<br />
}<br />


Or did I missunderstand your code? If so, I´m sorry.
Thx in advance


-- modified at 16:00 Thursday 24th August, 2006
GeneralRe: how to &quot;catch a delegate&quot; Pin
Ennis Ray Lynch, Jr.24-Aug-06 10:03
Ennis Ray Lynch, Jr.24-Aug-06 10:03 
GeneralRe: how to &quot;catch a delegate&quot; Pin
ezazazel24-Aug-06 10:11
ezazazel24-Aug-06 10:11 
GeneralRe: how to &quot;catch a delegate&quot; Pin
Ennis Ray Lynch, Jr.24-Aug-06 10:26
Ennis Ray Lynch, Jr.24-Aug-06 10:26 
GeneralRe: how to &quot;catch a delegate&quot; Pin
Robert Rohde24-Aug-06 23:27
Robert Rohde24-Aug-06 23:27 
GeneralRe: how to &quot;catch a delegate&quot; Pin
ezazazel25-Aug-06 3:33
ezazazel25-Aug-06 3:33 
QuestionGenerics contraints "or?" Pin
Ista24-Aug-06 7:36
Ista24-Aug-06 7:36 
AnswerRe: Generics contraints "or?" Pin
Richard Deeming24-Aug-06 8:41
mveRichard Deeming24-Aug-06 8:41 
AnswerCreate a higher interface Pin
Ennis Ray Lynch, Jr.24-Aug-06 9:13
Ennis Ray Lynch, Jr.24-Aug-06 9:13 
AnswerRe: Generics contraints "or?" Pin
Judah Gabriel Himango24-Aug-06 10:14
sponsorJudah Gabriel Himango24-Aug-06 10:14 
Questionhtml file parsing help Pin
pokabot24-Aug-06 6:39
pokabot24-Aug-06 6:39 
AnswerRe: html file parsing help Pin
Dustin Metzgar24-Aug-06 10:14
Dustin Metzgar24-Aug-06 10:14 
AnswerRe: html file parsing help Pin
coolestCoder24-Aug-06 20:52
coolestCoder24-Aug-06 20:52 
QuestionListView.Items.Add(....) problem Pin
thunderbirdje24-Aug-06 6:20
thunderbirdje24-Aug-06 6:20 
AnswerRe: ListView.Items.Add(....) problem Pin
Richard Deeming24-Aug-06 8:50
mveRichard Deeming24-Aug-06 8:50 
GeneralRe: ListView.Items.Add(....) problem Pin
thunderbirdje25-Aug-06 4:07
thunderbirdje25-Aug-06 4:07 
QuestionCompiling a program through Source Code of another Program Pin
zaigham_chaudhry24-Aug-06 6:06
zaigham_chaudhry24-Aug-06 6:06 
AnswerRe: Compiling a program through Source Code of another Program Pin
Dustin Metzgar24-Aug-06 10:11
Dustin Metzgar24-Aug-06 10:11 

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.