Get ID/hWnd for active window
- Posted by akusaya at gmx.net Feb 14, 2002
- 494 views
How can I get win32lib ID or hWnd of the current active Window (real Window: create(Window, ...)) ¯¯¯¯¯¯ Because it is needed for some API functions like OpenClipboard(hWnd) In VB we can use Me.hWnd variable. Thanks!