How to enumerate all the window handles in WM6(C#)?
-
Hi, I am not able to get the windowtext of all windows opened in device(taskmanger application). Also Getprocess() is not working in WM6.Is there anyother way to retrieve all the HANDLES so that i can get the windowtext using GetWindowText(). Thanks.
-
Hi, I am not able to get the windowtext of all windows opened in device(taskmanger application). Also Getprocess() is not working in WM6.Is there anyother way to retrieve all the HANDLES so that i can get the windowtext using GetWindowText(). Thanks.
I am responding to your question after some delay, so you may have already found your answer. If not, I think that you should look into the EnumWindows[^] function to get the window handles, then you should be able to utilize GetWindowText.
Blog: http://windowsclientdevelopment.spaces.live.com FAQs: http://windowspresentationfoundation.wikispaces.com http://windowsmobile.wikispaces.com http://vsto.wikispaces.com