Identifying the Dynamic Connector

C

CyberBhai

I am using Visual Basic .Net 2003 and Visio Activex Control 2003.

I am using several Dynamic Connectors to connect different shapes present on
the control.

Using the MouseDown Event I am unable to find out which connector is
selected with the click.

Plz. Help

Thanking You,
CyberBhai
 
M

Markus Breugst

Using the MouseDown Event I am unable to find out which connector is
selected with the click.


Perhaps the SelectionChanged event would do the job?

Best regards,
Markus
 
C

CyberBhai

Markus ,

Can you plz. gimme an example. My need is when I click on a
Connector , it should display a messagebax showing its name.

Thanking you,

CyberBhai
 
Top