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: [email protected]
 
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.
 
Top