C
cath1602
I have a visio activeX component in my C# form. I want to open a stencil from
a file.
I can do it with:
VisApp.DoCmd((short)Visio.VisUICmds.visCmdFileOpenStencil);
but this opens a file selection window. I already know the name of the file,
so is there some way I can open it without being prompted?
Catherine
a file.
I can do it with:
VisApp.DoCmd((short)Visio.VisUICmds.visCmdFileOpenStencil);
but this opens a file selection window. I already know the name of the file,
so is there some way I can open it without being prompted?
Catherine