how to Make the Mouse Freeze c#

前端 未结 6 754
眼角桃花
眼角桃花 2021-01-19 19:33

i want the mouse to freez (cant move) when mouse down thanks

6条回答
  •  既然无缘
    2021-01-19 19:43

    Setup a low level mouse hook with SetWindowsHookEx and ignore all messages to the HOOKPROC delegate you specified (means not to call CallNextHookEx).

提交回复
热议问题