![]() |
|
#5
|
|||
|
|||
|
Make a little proggie using function EnumWindows:
BOOL EnumWindows( WNDENUMPROC lpEnumFunc, // pointer to callback function LPARAM lParam // application-defined value ); This enumerates all windows on the screen, and your callback gets handle to each, so you can find and do anything you need
|
| Thread Tools | |
| Display Modes | |
|
|
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 |