Click here to Skip to main content
15,922,894 members
Home / Discussions / C#
   

C#

 
GeneralRe: regain control [modified] Pin
Judah Gabriel Himango20-Jun-06 10:18
sponsorJudah Gabriel Himango20-Jun-06 10:18 
AnswerRe: regain control Pin
darkelv21-Jun-06 0:02
darkelv21-Jun-06 0:02 
QuestionDatagrid with Dataset and Multiple Tables Pin
Leon van Wyk20-Jun-06 5:49
professionalLeon van Wyk20-Jun-06 5:49 
QuestionAutomating Team [modified] Pin
Ista20-Jun-06 5:31
Ista20-Jun-06 5:31 
Questioncode protection for MSIL Pin
yigalef20-Jun-06 5:14
yigalef20-Jun-06 5:14 
AnswerRe: code protection for MSIL Pin
led mike20-Jun-06 5:24
led mike20-Jun-06 5:24 
Questiontimer loop from vb5 Pin
donkaiser20-Jun-06 4:48
donkaiser20-Jun-06 4:48 
AnswerRe: timer loop from vb5 [modified] Pin
led mike20-Jun-06 5:15
led mike20-Jun-06 5:15 
I don't know what behavior that produces in VB5, thankfully. Smile | :)

I imagine something like this might do:

System.Threading.Thread.Sleep(0);

That suspends the current thread to allow waiting threads to execute

System.Threading.Thread.Sleep(100);

That specifies a "minimum" of 100 milliseconds but it could be longer I believe.

If I get flamed for answering a VB question you owe me! Laugh | :laugh:
Last modified: Tuesday, June 20, 2006 10:13:30 AM --

Questiondynamic control Pin
abhaygalande20-Jun-06 4:28
abhaygalande20-Jun-06 4:28 
AnswerRe: dynamic control Pin
Josh Smith20-Jun-06 4:59
Josh Smith20-Jun-06 4:59 
QuestionGet values from a Listview [modified] Pin
Willem_Le_Roux20-Jun-06 3:43
Willem_Le_Roux20-Jun-06 3:43 
AnswerRe: Get values from a Listview Pin
Drew McGhie20-Jun-06 4:19
Drew McGhie20-Jun-06 4:19 
AnswerRe: Get values from a Listview Pin
Josh Smith20-Jun-06 4:30
Josh Smith20-Jun-06 4:30 
GeneralRe: Get values from a Listview [modified] Pin
Willem_Le_Roux20-Jun-06 23:02
Willem_Le_Roux20-Jun-06 23:02 
Questionlist files in directory ordered by creation time Pin
valiovalio20-Jun-06 3:29
valiovalio20-Jun-06 3:29 
AnswerRe: list files in directory ordered by creation time Pin
Guffa20-Jun-06 3:42
Guffa20-Jun-06 3:42 
QuestionHow to delete word document [modified] Pin
ayyp20-Jun-06 2:48
ayyp20-Jun-06 2:48 
Questionc# Brain teaser Pin
izakfick20-Jun-06 2:47
izakfick20-Jun-06 2:47 
AnswerRe: c# Brain teaser Pin
Wjousts20-Jun-06 3:05
Wjousts20-Jun-06 3:05 
AnswerRe: c# Brain teaser Pin
J4amieC20-Jun-06 3:07
J4amieC20-Jun-06 3:07 
GeneralRe: c# Brain teaser Pin
izakfick20-Jun-06 3:17
izakfick20-Jun-06 3:17 
GeneralRe: c# Brain teaser Pin
thelastjedi20-Jun-06 3:23
thelastjedi20-Jun-06 3:23 
GeneralRe: c# Brain teaser Pin
izakfick20-Jun-06 3:31
izakfick20-Jun-06 3:31 
AnswerRe: c# Brain teaser Pin
thelastjedi20-Jun-06 3:36
thelastjedi20-Jun-06 3:36 
GeneralRe: c# Brain teaser Pin
izakfick20-Jun-06 3:42
izakfick20-Jun-06 3:42 

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.