Home All Groups Group Topic Archive Search About

Windows Form Hosting Word Document

Author
6 Jun 2006 12:32 AM
Dennis
I would like to host a word document in a windows form.  Can anyone give me
any guidance on how to do this, i.e., a control that accepts and displays a
word document?
--
Dennis in Houston

Author
6 Jun 2006 5:24 AM
Cor Ligthert [MVP]
Dennis,

I never did it, but I have read often that the webbrowser fullfils what you
are asking.

Cor
Author
6 Jun 2006 10:41 AM
Herfried K. Wagner [MVP]
"Dennis" <Den***@discussions.microsoft.com> schrieb:
>I would like to host a word document in a windows form.  Can anyone give me
> any guidance on how to do this, i.e., a control that accepts and displays
> a
> word document?

WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;311303>

HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic
..NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;304643>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
7 Jun 2006 12:06 AM
Dennis
Thanks...I'll investigate this method.
--
Dennis in Houston


Show quoteHide quote
"Herfried K. Wagner [MVP]" wrote:

> "Dennis" <Den***@discussions.microsoft.com> schrieb:
> >I would like to host a word document in a windows form.  Can anyone give me
> > any guidance on how to do this, i.e., a control that accepts and displays
> > a
> > word document?
>
> WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
> <URL:http://support.microsoft.com/?scid=kb;EN-US;311303>
>
> HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic
> ..NET
> <URL:http://support.microsoft.com/?scid=kb;EN-US;304643>
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>
>
>