Home All Groups Group Topic Archive Search About

Show a Visio Diagram on a frm

Author
4 Nov 2006 8:12 PM
Aussie Rules
Hi,

Is there a control or a way to display a visio document on a winform? I have
an application where I want the user to have a read only view over a visio
diagram, even though they don't have visio installed.....

Thanks

Author
4 Nov 2006 8:34 PM
Jay B. Harlow
Aussie Rules,
Have you looked into the Visio Viewer?

http://www.microsoft.com/downloads/details.aspx?familyid=3fb3bd5c-fed1-46cf-bd53-da23635ab2df&displaylang=en

Reading the above page, you may need to add a WebBrowser control to your
form, then navigate to the Visio document.

http://msdn2.microsoft.com/en-us/library/system.windows.forms.webbrowser(VS.80).aspx

--
Hope this helps
Jay B. Harlow
..NET Application Architect, Enthusiast, & Evangelist
T.S. Bradley - http://www.tsbradley.net


Show quoteHide quote
"Aussie Rules" <AussieRules@nospam.nospam> wrote in message
news:eCv6y5EAHHA.3560@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> Is there a control or a way to display a visio document on a winform? I
> have an application where I want the user to have a read only view over a
> visio diagram, even though they don't have visio installed.....
>
> Thanks
>