P
PraveenChintamani
Hi I am trying to embed visio 2003 on internet explorer using OBJECT tag in a
aspx form, but when i run the page i can see the VSD downloaded without
stencils.
But I want the stencil panel (as we can see in Visio 2003), so that user can
add or delete a shape(Drag and Drop).
I have follwed the following steps to load Visio 2003 please let me know if
i need something else
<OBJECT id="Drawingcontrol1"
classid="clsid:E4615FA3-23B0-4976-BD3E-D611DDBE330E" VIEWASTEXT>
<OBJECT>
<PARAM NAME="Src" VALUE="C:\\Drawing.vsd">
and after this i specified the Src property as below
aspx form, but when i run the page i can see the VSD downloaded without
stencils.
But I want the stencil panel (as we can see in Visio 2003), so that user can
add or delete a shape(Drag and Drop).
I have follwed the following steps to load Visio 2003 please let me know if
i need something else
<OBJECT id="Drawingcontrol1"
classid="clsid:E4615FA3-23B0-4976-BD3E-D611DDBE330E" VIEWASTEXT>
<OBJECT>
<PARAM NAME="Src" VALUE="C:\\Drawing.vsd">
and after this i specified the Src property as below