can use a infinite for loop...
Code:for (;;) { for (;;) { //some stuffs.. like:: FindWindow(). Finding a window that is not created yet. so the loop continues. //a break statements if you want to terminate infinite loop. } }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 6 of 6
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |