RE: Get ID/hWnd for active window
- Posted by Jonas Temple <jktemple at yhti.net> Feb 14, 2002
- 460 views
Try getHandle(integer controlID) Jonas akusaya at gmx.net wrote: > 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! > >