Create webBrowser control in external window

Is it possible to create a .net2 webBrowser control in an external window provided I have it's parent handle (like CreateStatusWindow)

Answer this question

Create webBrowser control in external window

  • OleGrytdal

    You can put the WebBrower control on a Form and just open that Form. Now you have it open in a seperated form. You can adjust the FormBorderStyle property to give it the look you want.


  • Christina M

    You want to create a WebBrowser on a StatusBar
    Can you be more specific

    Note: Moved to C# General



  • Create webBrowser control in external window