Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
GeneralRe: Function Pointers in C# Pin
Judah Gabriel Himango12-May-05 4:12
sponsorJudah Gabriel Himango12-May-05 4:12 
Generalserial port Pin
gumigyuri11-May-05 8:50
gumigyuri11-May-05 8:50 
GeneralRe: serial port Pin
Dave Kreskowiak11-May-05 9:06
mveDave Kreskowiak11-May-05 9:06 
QuestionHow to know when ThreadPoll is finish? Pin
Snowjim11-May-05 6:59
Snowjim11-May-05 6:59 
AnswerRe: How to know when ThreadPoll is finish? Pin
Snowjim11-May-05 7:10
Snowjim11-May-05 7:10 
AnswerRe: How to know when ThreadPoll is finish? Pin
jklucker11-May-05 7:18
jklucker11-May-05 7:18 
GeneralRe: How to know when ThreadPoll is finish? Pin
Snowjim11-May-05 7:26
Snowjim11-May-05 7:26 
AnswerRe: How to know when ThreadPoll is finish? Pin
S. Senthil Kumar11-May-05 7:25
S. Senthil Kumar11-May-05 7:25 
Instead of directly using ThreadPool, you can try wrapping OnDataReceived in a delegate and calling BeginInvoke on the delegate. That'll allow you to pass a callback that'll get called once OnDataReceived completes. Even otherwise, BeginInvoke returns an IAsyncResult that has a bool property IsCompleted that you can query to find out if the method has completed.

Regards
Senthil
_____________________________
My Blog | My Articles | WinMacro
GeneralC# inserting new XML nodes Pin
c2e11-May-05 6:54
c2e11-May-05 6:54 
GeneralRe: C# inserting new XML nodes Pin
Marc Clifton11-May-05 11:30
mvaMarc Clifton11-May-05 11:30 
GeneralRe: C# inserting new XML nodes Pin
c2e11-May-05 12:07
c2e11-May-05 12:07 
GeneralMenuitems / function calls across multiple MDI children Pin
SignMan35911-May-05 6:45
SignMan35911-May-05 6:45 
GeneralRe: Menuitems / function calls across multiple MDI children Pin
Peter Vertes11-May-05 6:54
Peter Vertes11-May-05 6:54 
GeneralRe: Menuitems / function calls across multiple MDI children Pin
Dave Kreskowiak11-May-05 7:07
mveDave Kreskowiak11-May-05 7:07 
GeneralMultiple UI threads in a single application Pin
Neil Lamka11-May-05 6:08
Neil Lamka11-May-05 6:08 
GeneralRe: Multiple UI threads in a single application Pin
S. Senthil Kumar11-May-05 6:49
S. Senthil Kumar11-May-05 6:49 
GeneralRe: Multiple UI threads in a single application Pin
Neil Lamka11-May-05 7:08
Neil Lamka11-May-05 7:08 
Generalediting image dynamically Pin
tlepers11-May-05 6:05
tlepers11-May-05 6:05 
GeneralRe: editing image dynamically Pin
Peter Vertes11-May-05 6:59
Peter Vertes11-May-05 6:59 
GeneralRe: editing image dynamically Pin
tlepers11-May-05 21:00
tlepers11-May-05 21:00 
GeneralRe: editing image dynamically Pin
Peter Vertes12-May-05 4:22
Peter Vertes12-May-05 4:22 
GeneralReliable compression .net library Pin
Anonymous11-May-05 5:58
Anonymous11-May-05 5:58 
GeneralRe: Reliable compression .net library Pin
Mauricio Ritter11-May-05 6:00
Mauricio Ritter11-May-05 6:00 
GeneralRe: Reliable compression .net library Pin
leppie11-May-05 6:39
leppie11-May-05 6:39 
GeneralC# and Web Cams Pin
McArco11-May-05 5:48
McArco11-May-05 5:48 

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.