Re[2]: Get ID/hWnd for active window
- Posted by akusaya at gmx.net Feb 15, 2002
- 420 views
thanks for your help, that is what i need.. M> constant M> xGetForegroundWindow = registerw32Function(user32, "GetForegroundWindow", {}, C_INT ) M> global function getForegroundWindow () M> return getId(w32Func(xGetForegroundWindow, {}) ) M> end function