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
Re: Obtain handle of first child in a window
Re: Obtain handle of first child in a window
Quote:
Originally Posted by SuperKoko
Better:
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
Re: Obtain handle of first child in a window
Quote:
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... :wave: