J
Johnny J.
I want to intercept mouse events in my application and in certain cases
cancel them. I used the code from CodeProject to implement a mouse hook:
http://www.codeproject.com/csharp/netwin32hooks.asp
(the above code is in C#, but my program is in VB! so this is the right
newsgroup, thank you...)
It works perfectly, and I can intercept the mouse events I want. However, it
doesn't seem like there is no way of cancelling the events (or e.g. setting
handled = true).
Has anybody got experience with that?
Cheers,
Johnny J.
cancel them. I used the code from CodeProject to implement a mouse hook:
http://www.codeproject.com/csharp/netwin32hooks.asp
(the above code is in C#, but my program is in VB! so this is the right
newsgroup, thank you...)
It works perfectly, and I can intercept the mouse events I want. However, it
doesn't seem like there is no way of cancelling the events (or e.g. setting
handled = true).
Has anybody got experience with that?
Cheers,
Johnny J.