Click here to Skip to main content
15,909,466 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Is the Screensaver running? Pin
Dave Kreskowiak7-Jan-04 5:03
mveDave Kreskowiak7-Jan-04 5:03 
GeneralRe: Is the Screensaver running? Pin
Roidzo7-Jan-04 7:53
Roidzo7-Jan-04 7:53 
GeneralRe: Is the Screensaver running? Pin
Dave Kreskowiak8-Jan-04 4:09
mveDave Kreskowiak8-Jan-04 4:09 
GeneralNew Project Pin
SLoughins6-Jan-04 0:38
SLoughins6-Jan-04 0:38 
GeneralRe: New Project Pin
cnurse6-Jan-04 1:59
cnurse6-Jan-04 1:59 
GeneralRe: New Project Pin
Niels Penneman6-Jan-04 11:10
Niels Penneman6-Jan-04 11:10 
Generalfreezing issue with simple client/server Pin
acecase6-Jan-04 0:04
acecase6-Jan-04 0:04 
GeneralRe: freezing issue with simple client/server Pin
cnurse6-Jan-04 2:09
cnurse6-Jan-04 2:09 
I'm not an expert on the sockets stuff, but my gut feeling makes me wonder if the loops you are in need a DoEvents to keep the events running through the rest of your application.

You could also use the system.diagnostics namespace to get access to the Debug object and start writing some assert and trace statements, that will show where your code is stopping. It really might just be that it looks like its hung when in fact its in such a tight loop it can't do any of the event stuff it needs to do. So the doevents will yield for a time and let the system do its thing.

Nursey
GeneralRe: freezing issue with simple client/server Pin
acecase6-Jan-04 10:03
acecase6-Jan-04 10:03 
GeneralAll Controls in Form Pin
Het21095-Jan-04 21:59
Het21095-Jan-04 21:59 
GeneralRe: All Controls in Form Pin
cnurse6-Jan-04 1:55
cnurse6-Jan-04 1:55 
Generallinking vb.net user interface with c++ dll function Pin
Member 7803585-Jan-04 20:07
Member 7803585-Jan-04 20:07 
GeneralRe: linking vb.net user interface with c++ dll function Pin
Colin Angus Mackay6-Jan-04 4:28
Colin Angus Mackay6-Jan-04 4:28 
GeneralRe: linking vb.net user interface with c++ dll function Pin
Dave Kreskowiak6-Jan-04 9:34
mveDave Kreskowiak6-Jan-04 9:34 
Generalattachments in Word Document Pin
Anonymous5-Jan-04 7:31
Anonymous5-Jan-04 7:31 
GeneralI Don't wanna go to Add/Remove Program to Uninstall my application Pin
jlizardo5-Jan-04 7:29
jlizardo5-Jan-04 7:29 
GeneralRe: I Don't wanna go to Add/Remove Program to Uninstall my application Pin
Niels Penneman6-Jan-04 11:15
Niels Penneman6-Jan-04 11:15 
GeneralRe: I Don't wanna go to Add/Remove Program to Uninstall my application Pin
jlizardo6-Jan-04 16:33
jlizardo6-Jan-04 16:33 
GeneralRe: I Don't wanna go to Add/Remove Program to Uninstall my application Pin
jlizardo7-Jan-04 3:04
jlizardo7-Jan-04 3:04 
QuestionAnyone know's about bootstrapper plug-in.? Pin
jlizardo5-Jan-04 5:10
jlizardo5-Jan-04 5:10 
AnswerRe: Anyone know's about bootstrapper plug-in.? Pin
Niels Penneman6-Jan-04 11:21
Niels Penneman6-Jan-04 11:21 
Questionhow to implement regional font in VB 6.0 ? Pin
Mohan G5-Jan-04 5:06
Mohan G5-Jan-04 5:06 
AnswerRe: how to implement regional font in VB 6.0 ? Pin
Dave Kreskowiak6-Jan-04 4:28
mveDave Kreskowiak6-Jan-04 4:28 
GeneralRe: how to implement regional font in VB 6.0 ? Pin
Mohan G8-Jan-04 4:19
Mohan G8-Jan-04 4:19 
GeneralRe: how to implement regional font in VB 6.0 ? Pin
Dave Kreskowiak8-Jan-04 4:36
mveDave Kreskowiak8-Jan-04 4:36 

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.