The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: OuLei on April 06, 2007, 06:40:09 AM

Title: The hwnd problem.
Post by: OuLei on April 06, 2007, 06:40:09 AM
How can i to do get hwnd in masm32?
Title: Re: The hwnd problem.
Post by: hutch-- on April 06, 2007, 07:43:33 AM
You need to tell us a bit more, usually the hWnd of a window is returned when its created but if you are trying to get the hWnd (handle of a window) from elsewhere for an existing windowe, you will need to tell us what ypou are doing.
Title: Re: The hwnd problem.
Post by: OuLei on April 20, 2007, 09:09:07 AM
Thank you
Title: Re: The hwnd problem.
Post by: Vortex on April 22, 2007, 06:37:59 PM
OuLei,

Have a look at the FindWindow API function.