This article explain how to make web browser in visual basic.
· Go to visual basic
· Go to create new project
· Select Window Application
· Then you a dialog Form 1
· Single click on that name it whatever you want to give
· Then come on toolbar in that you see text box
· Select it and make a text box in Form1
· Then select button from toolbar and make it near text box
· Name it “search” or “Go”
· Then select web browser and make it from below text box
· Then double-click on button which you have make
· A window open
· Write there
· Webbrowser1.Navigate(Textbox1.Text)
· Then go on Debug and start it
· Now your web browser is ready
Thu, Sep 20, 2012, by krishnasaxena2
Browsers