Click here to Skip to main content
15,884,425 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
hi friends


i have a program that is event oreinted and just work with applying the breakpoint so i should write a delay method at first of its events ...

but i dont use of multithread ... i guess i should use of timer .please help me about this?

.... and can i do this without using timer?

thanks for your time
Posted

you can read about sleep[^] method.
 
Share this answer
 
C#
System.Threading.Thread.Sleep(5000);


this codes make your application waiting for 5 seconds
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900