How is it possible to search for a window with a given titlebar for example and return its handle. A bit like VisualBasic's AppActivate, but once the window is found, a handle is returned..
Thanks.
This is a discussion on Finding the handle of an open window.. within the Windows Programming forums, part of the Platform Specific Boards category; How is it possible to search for a window with a given titlebar for example and return its handle. A ...
How is it possible to search for a window with a given titlebar for example and return its handle. A bit like VisualBasic's AppActivate, but once the window is found, a handle is returned..
Thanks.
If you know the window's open and know it's title then you can use FindWindow().