Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to check the window is opened or not in a win32 application
FindWindow and FindWindowEx are what you want. You have to know the window class or the title of the window you're digging for but not both. Cheers, Ash
If "opened" stands for "visible" than IsWindowVisible is the API. If "opened" means "existent" than IsWindow is the API.
2 bugs found. > recompile ... 65534 bugs found. :doh: