Visio 2003 viewer events and methods.

F

faraz

I am working with visio 2003 viewer in vb.net windows application, it
has the onSelection event but still it provides the shapeIndex not the
shape itself, and I cant get the shape text on selection,

is there any other way i can get the shape that is selected and at
least i get the shape text??

quick reponses are appretiated. !
 
A

Al Edlund

the selection event is just that, it says that something has been either
selected (or deselected). You have to investigate the selected collection to
find out what is happening (I usually check for a count first, if 0 throw it
away, if one then I can go check the object, etc...)
al
 

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