Windows Form Hosting Word Document

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis

    #1

    Windows Form Hosting Word Document

    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
  • Cor Ligthert [MVP]

    #2
    Re: Windows Form Hosting Word Document

    Dennis,

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

    Cor


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Windows Form Hosting Word Document

      "Dennis" <Dennis@discuss ions.microsoft. com> schrieb:[color=blue]
      >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?[/color]

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

      HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic
      ..NET
      <URL:http://support.microso ft.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/>

      Comment

      • Dennis

        #4
        Re: Windows Form Hosting Word Document

        Thanks...I'll investigate this method.
        --
        Dennis in Houston


        "Herfried K. Wagner [MVP]" wrote:
        [color=blue]
        > "Dennis" <Dennis@discuss ions.microsoft. com> schrieb:[color=green]
        > >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?[/color]
        >
        > WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
        > <URL:http://support.microso ft.com/?scid=kb;EN-US;311303>
        >
        > HOWTO: Use the WebBrowser Control to Open an Office Document in Visual Basic
        > ..NET
        > <URL:http://support.microso ft.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/>
        >
        >[/color]

        Comment

        Working...