Advertisement

Delay() type function in windows?

Started by April 17, 2000 05:22 PM
0 comments, last by Mike00 24 years, 7 months ago
I want something to happen in my program after a few seconds... I know there''s a delay() function in DOS, but is there something similar in windows? Thanks!
you can try to use the Sleep(milliseconds) function

This topic is closed to new replies.

Advertisement