timer

  • Thread starter Thread starter Sameh Ahmed
  • Start date Start date
S

Sameh Ahmed

Hello there
how do I cause my application to wait for a specific amount of time?
Thanks in advance
Sameh
 
System.Threading.Thread.Sleep(TimeOut) 'Timeout in millisecond

this will pause the current thread from executing (for the specified amount of time

----- Sameh Ahmed wrote: ----

Hello ther
how do I cause my application to wait for a specific amount of time
Thanks in advanc
Same
 
Back
Top