[RESOLVED] FindWindow / FindWindowEX failure?
Hello. I have been using FindWindow & FindWindowEX with relative ease. They have functioned as expected. However, I am now having problems finding a specific child window (lets call the window "target"). When using spy++, the target window is listed under the desktop rather than under the parent window. This is strange! However, if you get the properties of this target window, it lists a parent as expected.
I used EnumChildWindowsEx with the parent handle and it is NOT returning the target as a child. very strange, I am stumped :sick:
any ideas? thank you!
Here is a screenshot of spy++
http://show.imagehosting.us/show/110...-1_1106380.JPG
Re: FindWindow / FindWindowEX failure?
For anyone interested I figured this out...
I used FindWindow rather than FindWindowEx
also, I used only #32770 for the class parameter rather than #32770 (Dialog) which is listed in spy++