Page 1 of 1
Get a Window Handle by Clicking
Posted: Thu Aug 23, 2007 8:32 pm
by michaeled314
How do you get a window handle by clicking on it while the app is running
Posted: Thu Aug 23, 2007 8:45 pm
by srod
WindowFromPoint_()
Posted: Thu Aug 23, 2007 8:50 pm
by Bonne_den_kule
Posted: Thu Aug 23, 2007 9:12 pm
by SunSatION
GetForegroundWindow_()
Posted: Thu Aug 23, 2007 9:18 pm
by Fluid Byte
WindowFromPoint_()
GetForegroundWindow_()
GetActiveWindow_()
GetFocus_()