Urgent help please about dealy in exe

Login to reply to this topic.
Wed, 2005-03-16 14:16
Joined: 2004-11-20
Forum posts: 67
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?

Wed, 2005-03-16 21:40
Joined: 2004-06-06
Forum posts: 205
Urgent help please about dealy in exe
maby you can check User::After

Best regards,
Michal Laskowski

  • Login to reply to this topic.