![]() |
|
#4
|
|||
|
|||
|
Use FindWindow:
Code:
HWND FindWindow(
LPCTSTR lpClassName,
LPCTSTR lpWindowName
);
Code:
HWND FindWindowEx(
HWND hwndParent,
HWND hwndChildAfter,
LPCTSTR lpszClass,
LPCTSTR lpszWindow
);
Code:
BOOL EnumWindows(
WNDENUMPROC lpEnumFunc,
LPARAM lParam
);
Last edited by Satyric0n; 03-08-2004 at 17:51. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Loader for x64 application ? | Mahmoudnia | General Discussion | 4 | 02-02-2017 14:17 |
| Can anyone unpack this application | arslanbhatti | General Discussion | 4 | 03-21-2009 06:15 |