Results 1 to 10 of 10

Thread: FindWindowEx - Multiple controls with same class name

Hybrid View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Location
    Grand Rapids, MI.
    Posts
    74

    Re: FindWindowEx - Multiple controls with same class name

    I'm not sure how to access a window by handle... only by class or title.

  2. #2
    PowerPoster Fazi's Avatar
    Join Date
    Aug 2005
    Location
    Underworld
    Posts
    2,525

    Re: FindWindowEx - Multiple controls with same class name

    Quote Originally Posted by neomulemi6
    I'm not sure how to access a window by handle... only by class or title.
    Most of the window related API have an argument like 'hWnd as long'.
    hWnd is a long number that uniquly identifies a window by the OS. If you use FindWindowEx, the returned value is the handle of the window you find.
    Last edited by Fazi; Aug 13th, 2007 at 04:52 AM.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2005
    Location
    Grand Rapids, MI.
    Posts
    74

    Re: FindWindowEx - Multiple controls with same class name

    Isn't there a way to do this using the EnumWindows function, or something similar?

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