Local Mouse Hook problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Johnny J.

    #1

    Local Mouse Hook problem

    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:



    (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.


Working...