RE: [GD-Windows] Finding HWND of the current thread
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2004-07-15 18:19:56
|
> GetConsoleWindow As a library, I won't know if it's a console window or not. > EnumThreadWindows > GetWindowThreadProcessId Right, that's what I was thinking might be the most robust way to do it for non-console apps (and for console apps, creating a dummy window). Brian |