Simple Web-browser
Page 1 of 1 • Share •
Simple Web-browser
For a simple internet browser you only need a few things:
- Webbrowser
- 1 Textbox
- 3 Buttons
Rename the 3 buttons;
Rename the TextBox to;
And put it a little bit like this to get a nice look;

Now double click on the "Go_Button" and insert this code;
also double click the "Forward_Button" and insert this code;
and last step double click the "Back_Button" and insert this code;
and there you go it should work fine its just a simple browser but you could add some extra's
(if you type in WebBrowser1. it will list something you could use try some out)
Have fun!
EXE version : HERE
Project version : HERE
- Webbrowser
- 1 Textbox
- 3 Buttons
Rename the 3 buttons;
- Code:
Button1 to Go_Button
Button2 to Forward_Button
Button3 to Back_Button
Rename the TextBox to;
- Code:
URL
And put it a little bit like this to get a nice look;

Now double click on the "Go_Button" and insert this code;
- Code:
Webbrowser1.Navigate(URL.text)
also double click the "Forward_Button" and insert this code;
- Code:
Webbrowser1.GoForward()
and last step double click the "Back_Button" and insert this code;
- Code:
Webbrowser1.GoBack()
and there you go it should work fine its just a simple browser but you could add some extra's
(if you type in WebBrowser1. it will list something you could use try some out)
Have fun!
EXE version : HERE
Project version : HERE

Robin- Moderator

- Number of posts: 11
Age: 18
Location: Holland
Registration date: 2008-08-31
Make It Look Better
Robin, to make this application look better, you could Dock WebBrowser1 in its Parent Container, then use a toolstrip for the URL TextBox and all the buttons.
conorsteel- Admin

- Number of posts: 13
Age: 16
Location: Kilmarnock, Scotland
Registration date: 2008-08-31

Permissions of this forum:
You cannot reply to topics in this forum



