Shapes window is not loading

D

Dinesh

We are using Visio control in C# application.
When we open the page containing Viso control for the first time, Shapes
window is loaded. However, Shapes window doesnot appear when we load the page
again. That is shapes window doesnot come up when we visit the page again and
again.
 
P

Paul Herber

We are using Visio control in C# application.
When we open the page containing Viso control for the first time, Shapes
window is loaded. However, Shapes window doesnot appear when we load the page
again. That is shapes window doesnot come up when we visit the page again and
again.

when the document is saved you must set the "save environment" using
the SaveAsEx method.
 
Top