|
-
July 17th, 2005, 06:53 AM
#1
Obtain handle of first child in a window
I there anyway we can obtain HWND hanlde to first child of a window? where we have HWND handle of parent window only.
Is there anything like find_window or something ? which can return me handle to first child.
Any help is highly appreciated.
regards
-
July 17th, 2005, 07:36 AM
#2
Re: Obtain handle of first child in a window
-
July 17th, 2005, 07:44 AM
#3
Re: Obtain handle of first child in a window
 Originally Posted by SuperKoko
Better:
-
July 17th, 2005, 12:21 PM
#4
Re: Obtain handle of first child in a window
Thank you for your answers guys
GetWindow() worked much better and perfectly returned the handle to first drawn control on a dialog.
regards
-
July 17th, 2005, 12:26 PM
#5
Re: Obtain handle of first child in a window
 Originally Posted by Ali Imran
Thank you for your answers guys
GetWindow() worked much better and perfectly returned the handle to first drawn control on a dialog.
regards
You are very welcome...
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
|