Hi,
I have an application running say "TestApp" which has two child windows opened say Window1 and Window2. Now I need to write a program, which can give me all the Opened Child Windows Handle Number and Its Window Title. How To do it. I tried using GetTopWindows(), EnumChildWindows(), FindWindowEx() functions. But I am Unsuccessful. I am able to get the Main application Title and Handle Number using the Findwindow() Function. Can any one help me...Thanks in Advance...