Where can I add the web browser control? I've never worked with it before. Is it even included in .NET? I can't find it in the components list:confused:
Printable View
Where can I add the web browser control? I've never worked with it before. Is it even included in .NET? I can't find it in the components list:confused:
O.K. do this:
1.Open your project or solution.
2.open one of your forms in design view.
3.In the toolbox under the tab windows forms Right click the mouse.
4.Click customize toolbox.
5.In the COM components section look for a checkbox with the words 'Microsoft Web Browser'
6.Make sure the box has a check in it
7.Click ok at the bottom
8.scroll to the bottom of your windows forms tool box and there it is all you do is drag it to your form and you got it
Doesnt .Net have a native web control?
I want to place a web control on a form also. But want to stay with .Net. Will using the com object require the addition of the control to be shipped with my .exe and registered if needed? as with VB6?
Imi
webbrowser control only comes with vb6, vb.net doesnt have that..if u want to use then ull have to brinng the dll or ocx or whatever with ur exe