vb sample flowchart application - sdk

M

mp

I am trying to build a visio add-in using the model of the VB flowchart
sample in the 2003 sdk. My question: How does the add-in 'know' to
execute when the flowchart.vst template is opened, and not when other
files are opened? I need to figure out how to make visio use my add-in
only when mytemplate.vst is loaded.
 
A

Al Edlund

Last time I looked, it uses persistent events. Open the flowchart template,
goto menu bar Tools => addons => sdk => tools => persistent events to look
at what was saved in the document.
Al
 
Top