|
-
Aug 13th, 2007, 04:31 AM
#1
Thread Starter
Lively Member
Re: FindWindowEx - Multiple controls with same class name
I'm not sure how to access a window by handle... only by class or title.
-
Aug 13th, 2007, 04:44 AM
#2
Re: FindWindowEx - Multiple controls with same class name
 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.
-
Aug 13th, 2007, 05:04 AM
#3
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|