Click here to Skip to main content
16,005,094 members
Home / Discussions / C#
   

C#

 
GeneralLooking for good socket tutorials Pin
Jordanwb20-Mar-08 12:27
Jordanwb20-Mar-08 12:27 
GeneralRe: Looking for good socket tutorials Pin
Steve Echols20-Mar-08 19:09
Steve Echols20-Mar-08 19:09 
GeneralRe: Looking for good socket tutorials Pin
Jordanwb21-Mar-08 3:54
Jordanwb21-Mar-08 3:54 
QuestionClose MessageBox automaticly Pin
pcaeiro20-Mar-08 12:18
pcaeiro20-Mar-08 12:18 
GeneralRe: Close MessageBox automaticly Pin
Jordanwb20-Mar-08 12:29
Jordanwb20-Mar-08 12:29 
GeneralRe: Close MessageBox automaticly Pin
Christian Graus20-Mar-08 12:53
protectorChristian Graus20-Mar-08 12:53 
GeneralRe: Close MessageBox automaticly Pin
pcaeiro20-Mar-08 14:36
pcaeiro20-Mar-08 14:36 
GeneralRe: Close MessageBox automaticly Pin
Jordanwb20-Mar-08 15:38
Jordanwb20-Mar-08 15:38 
So you're using two seperate threads. Using the other thread (not the background one) create a timer that will tick after say a minute. When it ticks check to see if the background thread is still running. If it's still running show the messagebox. Even when the box is open the other thread will still run.
GeneralRe: Close MessageBox automaticly Pin
pcaeiro20-Mar-08 17:26
pcaeiro20-Mar-08 17:26 
GeneralRe: Close MessageBox automaticly Pin
PIEBALDconsult20-Mar-08 17:12
mvePIEBALDconsult20-Mar-08 17:12 
GeneralRe: Close MessageBox automaticly Pin
pcaeiro20-Mar-08 17:51
pcaeiro20-Mar-08 17:51 
GeneralRe: Close MessageBox automaticly Pin
MNFlyer21-Mar-08 11:17
MNFlyer21-Mar-08 11:17 
GeneralRe: Close MessageBox automaticly Pin
pcaeiro22-Mar-08 5:30
pcaeiro22-Mar-08 5:30 
QuestionHow to obtain external facing IP Address in C# Form Pin
PsychRich20-Mar-08 11:59
PsychRich20-Mar-08 11:59 
Questionhow to find location of an object Pin
netJP12L20-Mar-08 11:52
netJP12L20-Mar-08 11:52 
AnswerRe: how to find location of an object Pin
J$20-Mar-08 12:17
J$20-Mar-08 12:17 
AnswerRe: how to find location of an object Pin
Christian Graus20-Mar-08 12:54
protectorChristian Graus20-Mar-08 12:54 
AnswerRe: how to find location of an object Pin
Derek Bartram21-Mar-08 15:47
Derek Bartram21-Mar-08 15:47 
GeneralUpdating db using command builder or manualy Pin
baranils20-Mar-08 10:01
baranils20-Mar-08 10:01 
GeneralC# Object Serialization Problem Pin
Jammer20-Mar-08 10:01
Jammer20-Mar-08 10:01 
GeneralRe: C# Object Serialization Problem Pin
ChrisKo20-Mar-08 11:19
ChrisKo20-Mar-08 11:19 
GeneralRe: C# Object Serialization Problem Pin
Jammer20-Mar-08 12:44
Jammer20-Mar-08 12:44 
QuestionHow to receive messages on the same socket sent from multiple UDP client using different ports? Pin
gix6520-Mar-08 8:43
gix6520-Mar-08 8:43 
GeneralRe: How to receive messages on the same socket sent from multiple UDP client using different ports? Pin
Paul Conrad21-Mar-08 10:04
professionalPaul Conrad21-Mar-08 10:04 
GeneralRecursive Generics for Fluent Interfaces [modified] Pin
TWang20-Mar-08 8:16
TWang20-Mar-08 8:16 

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.