Click to See Complete Forum and Search --> : Mouse Move outside a window


Mrafcho001
October 1st, 2005, 11:20 AM
How do i track the mouse moves outside the windows client area and nonclient area?

ovidiucucu
October 1st, 2005, 11:59 AM
You must set the mouse capture to your window. See SetCapture (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/userinput/mouseinput/mouseinputreference/mouseinputfunctions/setcapture.asp) function in MSDN.