Results 1 to 2 of 2

Thread: [RESOLVED] FindWindow / FindWindowEX failure?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    68

    Resolved [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

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jan 2006
    Posts
    68

    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
  •  



Click Here to Expand Forum to Full Width