You could use a low level mouse hook. See this example and check for the WM_MOUSEMOVE mesage in HookCallback. You could also use the IMessageFilter class to ...
確定! 回上一頁