Event handler in Visio-using C#

V

Varun

Hello,

I am using Visio Add-on EXE ...I am in need of an event handler when we
double click the shapes in a page....programatically using C# ...I would
appreciate if anybody suggest me a soln..

Thanks,

VS
 
H

Hin

The EventDblClick cell in the Events Section can help.
Simply put a RUNADDONWARGS("YourAddon.exe","/cmd=YourArgument") there to call
your addon.
 
S

Saritha

Hi Hin,
But when am trying to run the addon its giving some security problem.
(The Addon could not be loaded bcaz the security levels is high,and add-on
has not been digitally signed or verified as safe.
To enable the add-on,you can either have the add-on signed or change ur
security level.)

Can u please suggest how to solve this.
Thanks
Saritha.
 

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