Click here to Skip to main content
15,912,294 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Clipboard through COM Pin
Richard MacCutchan3-Feb-10 22:04
mveRichard MacCutchan3-Feb-10 22:04 
QuestionHow can an application create a remote GUI. [modified] Pin
User 592413-Feb-10 20:49
User 592413-Feb-10 20:49 
QuestionProblem with TCP socket in Windows service [modified] Pin
mavrick233-Feb-10 18:51
mavrick233-Feb-10 18:51 
AnswerRe: Problem with TCP socket in Windows service Pin
SeMartens3-Feb-10 21:25
SeMartens3-Feb-10 21:25 
GeneralRe: Problem with TCP socket in Windows service Pin
mavrick233-Feb-10 21:52
mavrick233-Feb-10 21:52 
GeneralRe: Problem with TCP socket in Windows service Pin
SeMartens3-Feb-10 22:01
SeMartens3-Feb-10 22:01 
GeneralRe: Problem with TCP socket in Windows service Pin
mavrick233-Feb-10 23:18
mavrick233-Feb-10 23:18 
GeneralRe: Problem with TCP socket in Windows service Pin
SeMartens4-Feb-10 1:46
SeMartens4-Feb-10 1:46 
Yes, the WaitOne is for thread synchronization. If I get the idea of the Asynchronous Socket right the socket waits for a client to connect. If a client connects the event handler is called. Within the example the event handle calls a "EndAccept". So I guess, if you call listener.BeginAccept afterwards the listener-socket is ready for the next client to connect.

By the way, did you checked the TcpListener class. I think using this class in a seperate thread will be easier than using this asynchronous socket...

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionHow To Create Printer Driver Pin
Anubhava Dimri3-Feb-10 18:47
Anubhava Dimri3-Feb-10 18:47 
AnswerRe: How To Create Printer Driver Pin
Eddy Vluggen3-Feb-10 21:58
professionalEddy Vluggen3-Feb-10 21:58 
GeneralRe: How To Create Printer Driver Pin
Anubhava Dimri3-Feb-10 22:03
Anubhava Dimri3-Feb-10 22:03 
GeneralRe: How To Create Printer Driver Pin
Richard MacCutchan3-Feb-10 22:06
mveRichard MacCutchan3-Feb-10 22:06 
QuestionEnterprise Library Configuration tool Pin
Peter Trevor3-Feb-10 10:14
Peter Trevor3-Feb-10 10:14 
QuestionEntity data model with Master-detail scenario [modified] Pin
Ravi Mori3-Feb-10 3:26
Ravi Mori3-Feb-10 3:26 
AnswerRe: Entity data model with Master-detail scenario Pin
Dave Kreskowiak3-Feb-10 3:46
mveDave Kreskowiak3-Feb-10 3:46 
GeneralRe: Entity data model with Master-detail scenario Pin
Ravi Mori3-Feb-10 3:57
Ravi Mori3-Feb-10 3:57 
GeneralRe: Entity data model with Master-detail scenario Pin
Dave Kreskowiak3-Feb-10 6:13
mveDave Kreskowiak3-Feb-10 6:13 
AnswerRe: Entity data model with Master-detail scenario Pin
Not Active3-Feb-10 4:28
mentorNot Active3-Feb-10 4:28 
GeneralRe: Entity data model with Master-detail scenario Pin
Ravi Mori3-Feb-10 6:25
Ravi Mori3-Feb-10 6:25 
QuestionGenerate popup desktop application Pin
RA|-|UL PATEL3-Feb-10 2:34
RA|-|UL PATEL3-Feb-10 2:34 
AnswerRe: Generate popup desktop application Pin
Not Active3-Feb-10 2:56
mentorNot Active3-Feb-10 2:56 
AnswerRe: Generate popup desktop application Pin
Luc Pattyn3-Feb-10 3:00
sitebuilderLuc Pattyn3-Feb-10 3:00 
GeneralRe: Generate popup desktop application Pin
Pete O'Hanlon3-Feb-10 3:55
mvePete O'Hanlon3-Feb-10 3:55 
GeneralRe: Generate popup desktop application Pin
Luc Pattyn3-Feb-10 4:03
sitebuilderLuc Pattyn3-Feb-10 4:03 
GeneralRe: Generate popup desktop application Pin
RA|-|UL PATEL3-Feb-10 20:32
RA|-|UL PATEL3-Feb-10 20:32 

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.