开发者

disable mouse click for a while, of filter mouse clicks

开发者 https://www.devze.com 2023-04-02 06:45 出处:网络
Im using Visual Basic 2008 Express Is there a way to disable mouse click for a while in Visual Basic 2008, I mean if mouse was clicked more than 1 time in very short time to click only once? -- I nee

Im using Visual Basic 2008 Express

Is there a way to disable mouse click for a while in Visual Basic 2008, I mean if mouse was clicked more than 1 time in very short time to click only once? -- I need it bec开发者_如何转开发ause my mouse became like crazy one.. when I click once it may clicks twice or more.., This is very very annoying... so until I buy another one, I'd like to filter click, to allow only one click and to block another clicks that were made in last second.

P.S : sorry about that question, but it is really annoying...

Thanks :)


There's an article on processing global mouse events on The Code Project: Processing Global Mouse and Keyboard Hooks in C#. It looks like the article lead to a project called Global Mouse and Keyboard Hooks .NET Libary in C#. You should be able to include the library in your VB.NET project and attach to events from there. The article also references some other information on MSDN that you should read before embarking on this project.

This is something that would be much easier to do from an unmanaged language like C or C++ though.

Although these samples are in C#, they should be easy enough to translate into VB.NET.

0

精彩评论

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

关注公众号