开发者

Disable Mouse moves and clicks using c# windows application

I want to Enable the Mou开发者_JAVA百科se moves and clicks Using c# windows application. How to do this ?

I don't want to unplug my mouse from my PC. :)


You can use this library to make a mouse hook that can suppress the mouse input.
You can then check GetForegroundWindow() and set e.Handled to true.


Find the GUID of mouse and disable the mouse using c#

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜