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?)