pause commands
C / C++ / MFC
5
Posts
4
Posters
0
Views
1
Watching
-
Hi all, Is there any "Pause" commands out there? Besides using a for loop. Thanks Matt Matt Millican http://www.internetmill.com
-
Hi all, Is there any "Pause" commands out there? Besides using a for loop. Thanks Matt Matt Millican http://www.internetmill.com
Try
Sleep(time_in_milliseconds)
"We are the knights who say Ni" (The Knights Who Say Ni)
-
Hi all, Is there any "Pause" commands out there? Besides using a for loop. Thanks Matt Matt Millican http://www.internetmill.com
Yes, you can use Sleep(DWORD dwMiliseconds)
-
Yes, you can use Sleep(DWORD dwMiliseconds)
-
Try
Sleep(time_in_milliseconds)
"We are the knights who say Ni" (The Knights Who Say Ni)
Thanks much guys, I will try that out. Matt Matt Millican http://www.internetmill.com