WebBrowser In .NET ?

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

    WebBrowser In .NET ?

    Hi ,

    i would like to make a form that display some html like the web browser.

    what is the best way to do that in vb.net ?

    --
    Best Regards ,

    Tiraman :-)


  • Herfried K. Wagner [MVP]

    #2
    Re: WebBrowser In .NET ?

    * Tiraman <tiraman@netvis ion.net.il> scripsit:[color=blue]
    > i would like to make a form that display some html like the web browser.[/color]

    311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
    <URL:http://support.microso ft.com/?id=311303>

    --
    Herfried K. Wagner [MVP]
    <URL:http://dotnet.mvps.org/>

    Comment

    • Tiraman

      #3
      Re: WebBrowser In .NET ?

      Cool!

      "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
      news:MPG.1b6247 35888f96c598969 0@127.0.0.1...[color=blue]
      > * Tiraman <tiraman@netvis ion.net.il> scripsit:[color=green]
      > > i would like to make a form that display some html like the web browser.[/color]
      >
      > 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
      > <URL:http://support.microso ft.com/?id=311303>
      >
      > --
      > Herfried K. Wagner [MVP]
      > <URL:http://dotnet.mvps.org/>[/color]


      Comment

      • Sriram Krishnan

        #4
        Re: WebBrowser In .NET ?

        One more reason to move to VB.NET 2.0 - the inbuilt web browser control in
        ..NET 2.0 :-)

        --
        Sriram Krishnan
        Microsoft Student Ambassador

        "Tiraman" <tiraman@netvis ion.net.il> wrote in message
        news:e4ecGr2aEH A.1548@TK2MSFTN GP12.phx.gbl...[color=blue]
        > Cool!
        >
        > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
        > news:MPG.1b6247 35888f96c598969 0@127.0.0.1...[color=green]
        > > * Tiraman <tiraman@netvis ion.net.il> scripsit:[color=darkred]
        > > > i would like to make a form that display some html like the web[/color][/color][/color]
        browser.[color=blue][color=green]
        > >
        > > 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
        > > <URL:http://support.microso ft.com/?id=311303>
        > >
        > > --
        > > Herfried K. Wagner [MVP]
        > > <URL:http://dotnet.mvps.org/>[/color]
        >
        >[/color]


        Comment

        • Tiraman

          #5
          Re: WebBrowser In .NET ?

          :-)


          "Sriram Krishnan" <ksriram@NOSPAM gmx.net> wrote in message
          news:e0cGFuAbEH A.644@tk2msftng p13.phx.gbl...[color=blue]
          > One more reason to move to VB.NET 2.0 - the inbuilt web browser control in
          > .NET 2.0 :-)
          >
          > --
          > Sriram Krishnan
          > Microsoft Student Ambassador
          > http://www.dotnetjunkies.com/weblog/sriram
          > "Tiraman" <tiraman@netvis ion.net.il> wrote in message
          > news:e4ecGr2aEH A.1548@TK2MSFTN GP12.phx.gbl...[color=green]
          > > Cool!
          > >
          > > "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
          > > news:MPG.1b6247 35888f96c598969 0@127.0.0.1...[color=darkred]
          > > > * Tiraman <tiraman@netvis ion.net.il> scripsit:
          > > > > i would like to make a form that display some html like the web[/color][/color]
          > browser.[color=green][color=darkred]
          > > >
          > > > 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic[/color][/color][/color]
          ..NET[color=blue][color=green][color=darkred]
          > > > <URL:http://support.microso ft.com/?id=311303>
          > > >
          > > > --
          > > > Herfried K. Wagner [MVP]
          > > > <URL:http://dotnet.mvps.org/>[/color]
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • Herfried K. Wagner [MVP]

            #6
            Re: WebBrowser In .NET ?

            * "Tiraman" <tiraman@netvis ion.net.il> scripsit:[color=blue]
            > :-)
            >
            >
            > "Sriram Krishnan" <ksriram@NOSPAM gmx.net> wrote in message
            > news:e0cGFuAbEH A.644@tk2msftng p13.phx.gbl...[color=green]
            >> One more reason to move to VB.NET 2.0 - the inbuilt web browser control in
            >> .NET 2.0 :-)[/color][/color]

            But I assume that will still be a wrapper around the ActiveX control...

            --
            Herfried K. Wagner [MVP]
            <URL:http://dotnet.mvps.org/>

            Comment

            • Anubisfm

              #7
              Re: WebBrowser In .NET ?

              This is great thx for the links. Is there a way to make this browser open as
              a child window within a form? I would like to be able to call the browser
              with different buttons to direct to different links with the parent window
              with a new child with a different address for each button. Any help would be
              appreciated. Thanks


              "Herfried K. Wagner [MVP]" wrote:
              [color=blue]
              > * Tiraman <tiraman@netvis ion.net.il> scripsit:[color=green]
              > > i would like to make a form that display some html like the web browser.[/color]
              >
              > 311303 WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
              > <URL:http://support.microso ft.com/?id=311303>
              >
              > --
              > Herfried K. Wagner [MVP]
              > <URL:http://dotnet.mvps.org/>
              >[/color]

              Comment

              Working...