Results 1 to 3 of 3

Thread: FIndWindowEx vs GetWindow

  1. #1

    Thread Starter
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    FindWindowEx allows you to search for windows that are children of another window. GetWindow just gets any window.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  2. #2
    Guest
    GetWindow and FindWindowEx basically the same, but FindWindowEx is more specific. For example, when using GetWindow all you have to do is specify the hWnd and a Flag (relating to the ZOrder or Owner) whereas FindWindowEx lets you search a specific class and a specific name as well.

  3. #3
    Member
    Join Date
    Aug 2000
    Posts
    59

    Cool

    Thank you guys. It is clear now.

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