Urgent help please about dealy in exe
| Wed, 2005-03-16 14:16 | |
|
Hi,
I want to create some delays in my exe program, I am using thid code: RTimer timer; TRequestStatus timerStatus; timer.CreateLocal(); timer.After(timerStatus,1000000000); User::WaitForRequest(timerStatus); timer.Close(); but it shows me a blank page (consol) I don't want to have any UI, in commonFramework I have commented the console object and without these lines of code I don't have UI, but how can I hidden the console which is showing when I use above code? |
|






Forum posts: 205
Best regards,
Michal Laskowski