visio web part

L

Lee Newson

Hi Guys,

I am programatically creating a visio web part, such that it will not be
linking to a document / document library but instead will be automatically
creating the document (shapes etc) using Visual C# managed code. how would
i render this, in that i know how to render the drawing control itself by
putting the following in the renderWebPart function:

<OBJECT classid="CLSID:279D6C9A-652E-4833-BEFC-312CA8887857"
codebase="http://download.microsoft.com/download/4/5/2/452f8090-413f-408f-83
c0-edd66db786ee/vviewer.exe"
id="viewer1" width="100%" height="100">
<param name="BackColor" value="16777120">
<param name="AlertsEnabled" value="1">
<param name="ContextMenuEnabled" value="1">
<param name="GridVisible" value="0">
<param name="HighQualityRender" value="1">
<param name="PageColor" value="16777215">
<param name="PageVisible" value="1">
<param name="PropertyDialogEnabled" value="1">
<param name="ScrollbarsVisible" value="1">
<param name="ToolbarVisible" value="1">
<param name="CurrentPageIndex" value="0">
<param name="Zoom" value="-1">
</object>

But how does the diagram get rendered and where? is it after the last
<param> element or after the </object> element?

Cheers

Lee
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top