
04-16-2012, 07:22 AM
|
|
Newcomer
|
|
Join Date: Apr 2011
Posts: 3
|
|
Enumerate Child Windows in Windows 7
|
Does anyone know how I can enumerate child windows if I am operating under Windows 7? Back in the days when I was operating under XP, I had no problem writing code that would interact with a window...FindWindow, FindWindowEx, SendMessage, EnumerateChildWindows, etc. Now it seems that even though I can find the handle of the main window, I can't determine the handle of child windows.
Any ideas would be appreciated. Thanks.
|
|