|
-
Jan 24th, 2006, 05:35 AM
#1
Thread Starter
Lively Member
[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
any ideas? thank you!
Here is a screenshot of spy++
http://show.imagehosting.us/show/110...-1_1106380.JPG
-
Jan 24th, 2006, 06:18 AM
#2
Thread Starter
Lively Member
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++
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|