Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralThread.Sleep is too slow Pin
eggie524-Jul-03 10:26
eggie524-Jul-03 10:26 
GeneralRe: Thread.Sleep is too slow Pin
albean24-Jul-03 10:30
albean24-Jul-03 10:30 
GeneralRe: Thread.Sleep is too slow Pin
eggie524-Jul-03 11:35
eggie524-Jul-03 11:35 
GeneralRe: Thread.Sleep is too slow Pin
albean24-Jul-03 14:26
albean24-Jul-03 14:26 
GeneralRe: Thread.Sleep is too slow Pin
eggie524-Jul-03 17:36
eggie524-Jul-03 17:36 
GeneralRe: Thread.Sleep is too slow Pin
albean25-Jul-03 9:09
albean25-Jul-03 9:09 
GeneralRe: Thread.Sleep is too slow Pin
eggie525-Jul-03 16:54
eggie525-Jul-03 16:54 
GeneralRe: Thread.Sleep is too slow Pin
LongRange.Shooter25-Jul-03 10:39
LongRange.Shooter25-Jul-03 10:39 
why not do a delay like the old way we'd do it in DOS?



DoProcess()<br />
DoProcess()<br />
DelayCode()<br />
DoProcess()<br />
<br />
<br />
<br />
public void DelayCode()<br />
{<br />
    for (int i=0; 1<1000; i++)<br />
        continue;<br />
}



_____________________________________________
The world is a dangerous place.
Not because of those that do evil,
    but because of those who look on and do nothing.

GeneralRe: Thread.Sleep is too slow Pin
Daniel Turini24-Jul-03 11:15
Daniel Turini24-Jul-03 11:15 
GeneralRe: Thread.Sleep is too slow Pin
eggie524-Jul-03 11:33
eggie524-Jul-03 11:33 
GeneralRe: Thread.Sleep is too slow Pin
jparsons24-Jul-03 15:02
jparsons24-Jul-03 15:02 
GeneralCan't Distribute C# Console App. Pin
Dato24-Jul-03 7:27
Dato24-Jul-03 7:27 
GeneralRe: Can't Distribute C# Console App. Pin
Daniel Turini24-Jul-03 8:12
Daniel Turini24-Jul-03 8:12 
GeneralRe: Can't Distribute C# Console App. Pin
Dato24-Jul-03 11:56
Dato24-Jul-03 11:56 
GeneralRe: Can't Distribute C# Console App. Pin
Anonymous24-Jul-03 16:12
Anonymous24-Jul-03 16:12 
GeneralRe: Can't Distribute C# Console App. Pin
Dato25-Jul-03 11:31
Dato25-Jul-03 11:31 
Generaldouble buffering direct draw in a windowed application Pin
pseudonym6724-Jul-03 7:08
pseudonym6724-Jul-03 7:08 
GeneralRe: double buffering direct draw in a windowed application Pin
John Fisher24-Jul-03 16:54
John Fisher24-Jul-03 16:54 
GeneralRe: double buffering direct draw in a windowed application Pin
J. Dunlap24-Jul-03 17:54
J. Dunlap24-Jul-03 17:54 
GeneralRe: double buffering direct draw in a windowed application Pin
pseudonym6724-Jul-03 22:50
pseudonym6724-Jul-03 22:50 
GeneralGlobal Logger instance Pin
albean24-Jul-03 5:33
albean24-Jul-03 5:33 
GeneralRe: Global Logger instance Pin
leppie24-Jul-03 7:15
leppie24-Jul-03 7:15 
GeneralRe: Global Logger instance Pin
Julian Bucknall [MSFT]24-Jul-03 9:00
Julian Bucknall [MSFT]24-Jul-03 9:00 
GeneralRe: Global Logger instance Pin
StealthyMark26-Jul-03 14:41
StealthyMark26-Jul-03 14:41 
Generallaunch &amp; run cmd.exe Pin
nam2324-Jul-03 5:20
nam2324-Jul-03 5:20 

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.