How can i to do get hwnd in masm32?
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.
Thank you
OuLei,
Have a look at the FindWindow API function.