Try moving you code to a new module, ie NOT ThisDocument (which is actually
is a class)
By the way, for call this you MUST have a public sub with a t least the
first argument as a Viso.Shape object.
Quote:
> Hi,
> What is the most efficient way to handle a double-
> click event on a shape object? How do you do that?
> I tried CALLTHIS("ThisDocument.Test") but it does not work.
> I tried RUNADDON("ThisDocument.Test") and it does work.!
> What I want to do is performing some vb code related to
> the shape clicked so I need to know which one was clicked.
> Why don't they put a shape object event doubleclick !!!
> Thank You