I use FindWindow to enumerate all the forms on a page, along with GetParent and IsWindowVisible to try and find all the visible windows on the system.
But there are a couple of programs I have (namely Winamp and PowerDVD) that this routine does not find. Is there something I'm missing in using FindWindow, or is there something else I need to do to find these windows and identify them as something I can see on the desktop?
Measurement is not management.
But there are a couple of programs I have (namely Winamp and PowerDVD) that this routine does not find. Is there something I'm missing in using FindWindow, or is there something else I need to do to find these windows and identify them as something I can see on the desktop?
Measurement is not management.