News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

The hwnd problem.

Started by OuLei, April 06, 2007, 06:40:09 AM

Previous topic - Next topic

OuLei

How can i to do get hwnd in masm32?

hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

OuLei


Vortex

OuLei,

Have a look at the FindWindow API function.