Windows.Forms webviewer
-
Hi all, How would I go about viewing a website inside a windows form? I don't want to launch Internet Explorer because I need to control the toolbars displayed, without affecting a user's settings. Is there a built in tool for this, or a free third party tool, or a tutorial or a technique that I can use? Thanks for anything you give me
Jason
-
Hi all, How would I go about viewing a website inside a windows form? I don't want to launch Internet Explorer because I need to control the toolbars displayed, without affecting a user's settings. Is there a built in tool for this, or a free third party tool, or a tutorial or a technique that I can use? Thanks for anything you give me
Jason
The webbrowser control does this. It *is* IE, although without the toolbars visible, so should be what you want.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
The webbrowser control does this. It *is* IE, although without the toolbars visible, so should be what you want.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
is this a standard control? I can't find it in my toolbox. I am using VS2003 and .NET 1.1 (thanks for the quick response! :cool:)
Jason
Right click on the toolbar and select 'choose items'. I'm running 2.0, but I'm sure it's always been there.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Right click on the toolbar and select 'choose items'. I'm running 2.0, but I'm sure it's always been there.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog