L
Louis
I have created a C# add-on for Visio with Visual Studio. In the section
“Events†of a shape ShapeSheet, I inserted this formula:
=RUNADDONWARGS("VisioVbAddOn.exe","") for the field EventDblClick. It is
displaying a dialog box. My question is: how from my add-on, I can get a
reference of the instance of the Visio application in which i made the double
click ? Can I have the control of the active document in my add-on?
“Events†of a shape ShapeSheet, I inserted this formula:
=RUNADDONWARGS("VisioVbAddOn.exe","") for the field EventDblClick. It is
displaying a dialog box. My question is: how from my add-on, I can get a
reference of the instance of the Visio application in which i made the double
click ? Can I have the control of the active document in my add-on?