Creating new visio document in VISIO ActiveX control

P

Pradeep

I am using Visio Activex control in my C# application
There is a "New File" button in my application. Upon clicking the "New File"
button, currently opened visio document must be closed and a new visio file
must be opened in the visio activex control.
Please help me with the solution for this.
 
A

Al Edlund

the visio activex control can only have one document open at a time, by
design.
al
 
M

Michel LAPLANE

Setting .src propertyr of the VDC to "" empty string and set it to the new
file filename must work
 
Top