How to make your own web browser in Visual Basic 2008 Express Edition in 12 steps.
1. First you must create a new project
(Windows Forms Application)
2. Then you adjust the size of the form to your liking.
3. Next you drag from the Toolbox the tool "Panel" onto the
top left of the screen.
4. And Then go to the properties menu at the bottom right
and find "Dock" and click the top box.
5.Still in the properties box expand the "Size" menu item
and change the height to 50.
6. Now from the Toolbox choose textbox and drag it on top
of the panel in the top left corrner.(Size in enough so a
URL can fit in it)
7. Next drag the "Button" tool from the Toolbox to the
right of your textbox.
8. Now in the properties menu with the button you created
selected find the "Text" option and change the text to
"Go!".
9. Now you must double click the button to open another tab
with the button's code. You need to place the following
code on the fourth line.
Code: WebBrowser1.Navigate(Textbox1.Text)
10. Now you go back to the form design tab and drag the
"WebBrowser" tool from the Toolbox on the middle of the
form.
11. Then go to the properties of the WebBrowser and for the
dock choose the large middle square.
12. Now all you have to do is press the little play button
and there you go your own web browser in 12 steps.
Thank You for watching.
Just message me if you have a question.
This is so easy i need Add Tab And Close Tab and Progres Bar CODE Sory this didnt help me.
THEBOOTENGINE 1 year ago
Best tutorial so far ^^ Thanks man
theheavysoldier 1 year ago
Thx
Spiker985 1 year ago
kwl mate =]
jack00141 2 years ago