How to disable Key or Mouse event in vb.net

J

JAWAAHAR

Actually i am using visio in my vb.net windows application i just wanted to
disable right click mouse button in the stencil window. on form loading i am
loading stencil window.
 
A

Al Edlund

AFAIK it comes down to a couple of alternatives. You can handle
right-mouse-button events in the shape sheets individually, allow visio to
handle them at the document/application level (that's how you get the
context menu's) or write your own event handler and make the decisions in
code. The final alternative is the one that I think "junethesecond" was
referreing to.
Al
(an interesting thought is how do you code for a left-handed mouse, i.e. the
button usage is reversed?)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top