C
Claiton Lovato Junior
Hi everyone,
I am trying to develop a .Net Add-On for visio that simple changes a
text of the shape I clicked and save this text in a .txt file.
For that I put an action on the shape's menu (from the shapesheet using
the runaddonwargs) to call my add-on, so far so good, the menu is there,
calls my add-on with the args I passed, but the problem is that I can't get
the visio application instance, i only recive the /doc=1 /page=1
/shape=sheet.8 and my args for eg. and using only this whow can i access the
shape?
I don't wanna use the insert field to a "user-defined cell" because i
really need the user to click at me shape's menu and type the text he wants
in a textbox from my add-on.
By the way, I am using Visio 2003 with SDK, VS.Net2003 with C#, but any
language would help as well.
Is there any change this to work?? Any idea? Anything would help anyway
....
Thanks a lot,
Claiton
I am trying to develop a .Net Add-On for visio that simple changes a
text of the shape I clicked and save this text in a .txt file.
For that I put an action on the shape's menu (from the shapesheet using
the runaddonwargs) to call my add-on, so far so good, the menu is there,
calls my add-on with the args I passed, but the problem is that I can't get
the visio application instance, i only recive the /doc=1 /page=1
/shape=sheet.8 and my args for eg. and using only this whow can i access the
shape?
I don't wanna use the insert field to a "user-defined cell" because i
really need the user to click at me shape's menu and type the text he wants
in a textbox from my add-on.
By the way, I am using Visio 2003 with SDK, VS.Net2003 with C#, but any
language would help as well.
Is there any change this to work?? Any idea? Anything would help anyway
....
Thanks a lot,
Claiton