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

C#

 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike14-Dec-06 10:13
led mike14-Dec-06 10:13 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250114-Dec-06 11:21
Jasmine250114-Dec-06 11:21 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250114-Dec-06 19:24
Jasmine250114-Dec-06 19:24 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike15-Dec-06 4:38
led mike15-Dec-06 4:38 
GeneralRe: Problems deploying C# OpenGL project Pin
led mike15-Dec-06 7:03
led mike15-Dec-06 7:03 
GeneralRe: Problems deploying C# OpenGL project Pin
Jasmine250115-Dec-06 11:48
Jasmine250115-Dec-06 11:48 
QuestionTelnet server - problem connecting! Pin
Lord Kixdemp12-Dec-06 13:28
Lord Kixdemp12-Dec-06 13:28 
AnswerRe: Telnet server - problem connecting! Pin
Andy Brummer12-Dec-06 17:15
sitebuilderAndy Brummer12-Dec-06 17:15 
I think your primary thread is exiting before your worker thread has a chance to execute anything.

The MSDN sample code for EndAcceptSocket has this code after the call to BeginAcceptSocket in your BeginAcceptSocket() call.

// Wait until a connection is made and processed before
// continuing.
clientConnected.WaitOne();


If that doesn't do what you need it to, then you can add some other blocking call to wait for a signal to exit your application.


I can imagine the sinking feeling one would have after ordering my book,
only to find a laughably ridiculous theory with demented logic once the book arrives - Mark McCutcheon

GeneralRe: Telnet server - problem connecting! Pin
Lord Kixdemp13-Dec-06 10:09
Lord Kixdemp13-Dec-06 10:09 
GeneralRe: Telnet server - problem connecting! Pin
Andy Brummer13-Dec-06 11:31
sitebuilderAndy Brummer13-Dec-06 11:31 
GeneralRe: Telnet server - problem connecting! Pin
Lord Kixdemp13-Dec-06 12:58
Lord Kixdemp13-Dec-06 12:58 
QuestionDynamic Data Connection Pin
mfcuser12-Dec-06 12:21
mfcuser12-Dec-06 12:21 
AnswerRe: Dynamic Data Connection Pin
sinosolo12-Dec-06 15:41
sinosolo12-Dec-06 15:41 
GeneralRe: Dynamic Data Connection Pin
mfcuser13-Dec-06 5:01
mfcuser13-Dec-06 5:01 
QuestionLeft of a String Pin
si_6912-Dec-06 11:02
si_6912-Dec-06 11:02 
AnswerRe: Left of a String Pin
si_6912-Dec-06 11:24
si_6912-Dec-06 11:24 
AnswerRe: Left of a String Pin
M. A. Deniz Yalman12-Dec-06 22:39
M. A. Deniz Yalman12-Dec-06 22:39 
QuestionDateTime Pin
Civic0612-Dec-06 10:36
Civic0612-Dec-06 10:36 
AnswerRe: DateTime Pin
Ravi Bhavnani12-Dec-06 10:51
professionalRavi Bhavnani12-Dec-06 10:51 
AnswerRe: DateTime Pin
Eric Dahlvang12-Dec-06 10:52
Eric Dahlvang12-Dec-06 10:52 
AnswerRe: DateTime Pin
Guffa12-Dec-06 15:59
Guffa12-Dec-06 15:59 
QuestionScrolling through Datagridview control programatically Pin
Smule12-Dec-06 9:44
Smule12-Dec-06 9:44 
AnswerRe: Scrolling through Datagridview control programatically Pin
Eric Dahlvang12-Dec-06 10:21
Eric Dahlvang12-Dec-06 10:21 
GeneralRe: Scrolling through Datagridview control programatically Pin
Smule12-Dec-06 10:35
Smule12-Dec-06 10:35 
Questionanother topmost form???? Pin
Small Rat12-Dec-06 9:35
Small Rat12-Dec-06 9:35 

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.