how can I get the name of template and stencil

L

Liu Feng

There is a piece of code that I found in Visio Sample
const string templateNameU = "Basic Flowchart (US Units).vst";
const string stencilNameU = "Basic Flowchart Shapes (US units).vss";

Basic Flowchart (US Units).vst and Basic Flowchart Shapes (US units).vss is
not a file name that be in disk.

The name(s) such as above where can I found ?
--


Thanks,
LiuFeng
MSN Messenger: (e-mail address removed)
 
D

David Parker

If you are using Visio 2003, then you will see that there are stencils with
short names in the Visio application folder.
These are mapped to longer descriptions in the Windows installer database.
In previous versions, there would have been longer names, such as those in
the code sample.
 

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