trying to get a dialog based app ( vc++5) to pause for a set ammount of time ( pause for 60 secs.. then do something..)
and i use 'SleepEx(60000);' and get an error.I was told to use 'DWORD SleepEx(60000);' and no pause takes effect... any thing else I can use?




Reply With Quote