You are viewing our Forum Archives. To view or take place in current topics click here.
[Detailed/noobfriendly] How to make a web browser !pictures
Posted:
[Detailed/noobfriendly] How to make a web browser !picturesPosted:
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
How to make a web browser!
tutorial by vaded
What you need?
First thing you need is
Visual Basics Express Edition (Download:
[ Register or Signin to view external links. ]
then install it and get ready!
Step One
First thing first is open up a new project by clicking
File / New Project and name it anything but we will name it
Browser1
Make sure it is Windows Forms Application
then click OK.
Step Two
You will get a "form" which you will have to drag to fill in the screen ! thats the main thing we will be using!
Step three
On the side panel "toolbox" click and drag 5 "buttons" into your form as shown below.
Step four
Drag in a "text box" and a "web browser" do not resize them yet though!
Step five
Rename each button by clicking on them one by one and on the right side in property editing the text where it says "button 1" etc.. edit each one one by one to "Go" "Forward" "Back" "Stop" "Home"
Step six
Now heres the fun part! add in a Menu Strip in the tool box and put it in the top left corner! then name the first one to "file" and in the drop down put "exit"
Step 7
Re organise everything like shown in the picture! make sure the "webbrowser" tool is put to wholescreen by dragging to the edges!
Step 8
Click on the "webbrowser" tool u resized and in properties on the right enter ur home page in the "url" bar!
Step 9
Double click on the Go button we'll start with that first and enter this
WebBrowser1.Navigate(TextBox1.text)
then click ok.
ENTER WEBBROWSER1 NOT BROWSER1 !
Step 10
double click on home this time and enter this
"WebBrowser1.GoHome()"
Step 11
Well pretty much look at this picture and click on pretty much whats obvious and enter what is entered!
Step 12
remember "File" we made at the begginign well click that and double click exit then enter "End" in the command line,
Step 13
to check for errors check the error list at the bottom, as you can see i have zero!
step 14
Click the green arrow at the top to see if it works
Step 15
as u can see mine did work and im proud of the looks of it ;) ofcourse u can make ti way more detailed!
Step 16
Save the file and go to where u saved it
Click bin then debug and then copy the browser 1 exe file to ur desktop and rename ti and change the icon and voila u have a web browser
-Vaded
thanks
tutorial by vaded
What you need?
First thing you need is
Visual Basics Express Edition (Download:
[ Register or Signin to view external links. ]
then install it and get ready!
Step One
First thing first is open up a new project by clicking
File / New Project and name it anything but we will name it
Browser1
Make sure it is Windows Forms Application
then click OK.
Step Two
You will get a "form" which you will have to drag to fill in the screen ! thats the main thing we will be using!
Step three
On the side panel "toolbox" click and drag 5 "buttons" into your form as shown below.
Step four
Drag in a "text box" and a "web browser" do not resize them yet though!
Step five
Rename each button by clicking on them one by one and on the right side in property editing the text where it says "button 1" etc.. edit each one one by one to "Go" "Forward" "Back" "Stop" "Home"
Step six
Now heres the fun part! add in a Menu Strip in the tool box and put it in the top left corner! then name the first one to "file" and in the drop down put "exit"
Step 7
Re organise everything like shown in the picture! make sure the "webbrowser" tool is put to wholescreen by dragging to the edges!
Step 8
Click on the "webbrowser" tool u resized and in properties on the right enter ur home page in the "url" bar!
Step 9
Double click on the Go button we'll start with that first and enter this
WebBrowser1.Navigate(TextBox1.text)
then click ok.
ENTER WEBBROWSER1 NOT BROWSER1 !
Step 10
double click on home this time and enter this
"WebBrowser1.GoHome()"
Step 11
Well pretty much look at this picture and click on pretty much whats obvious and enter what is entered!
Step 12
remember "File" we made at the begginign well click that and double click exit then enter "End" in the command line,
Step 13
to check for errors check the error list at the bottom, as you can see i have zero!
step 14
Click the green arrow at the top to see if it works
Step 15
as u can see mine did work and im proud of the looks of it ;) ofcourse u can make ti way more detailed!
Step 16
Save the file and go to where u saved it
Click bin then debug and then copy the browser 1 exe file to ur desktop and rename ti and change the icon and voila u have a web browser
-Vaded
[img][/img]
thanks
Last edited by Mudkip- ; edited 1 time in total
The following 1 user thanked Mudkip- for this useful post:
undisclosed (04-08-2012)
#2. Posted:
Status: Offline
Joined: May 24, 201113Year Member
Posts: 1,488
Reputation Power: 2387
Status: Offline
Joined: May 24, 201113Year Member
Posts: 1,488
Reputation Power: 2387
I vouche for you nice post bro
- 2useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
ESRB wrote I vouche for you nice post bro
thanks dude ))) aha
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Jun 30, 201113Year Member
Posts: 201
Reputation Power: 7
Status: Offline
Joined: Jun 30, 201113Year Member
Posts: 201
Reputation Power: 7
thanks man nice post
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 12
Reputation Power: 0
Status: Offline
Joined: Apr 01, 201212Year Member
Posts: 12
Reputation Power: 0
Great Post Thank you very helpfull
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
no problem and thankyou
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Dec 22, 201113Year Member
Posts: 17,365
Reputation Power: 6246
Status: Offline
Joined: Dec 22, 201113Year Member
Posts: 17,365
Reputation Power: 6246
Very nice thread you have here. Maybe ill make a web browser.
- 1useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Aug 27, 201113Year Member
Posts: 1,507
Reputation Power: 66
Noob Question - Can You Use The Browser All The Time Like Firefox And Google Chrome ?
Thanks
Thanks
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Mar 15, 201212Year Member
Posts: 3
Reputation Power: 0
All your really doing is putting a couple of buttons on internet explorer
- 1useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
XXL wrote Noob Question - Can You Use The Browser All The Time Like Firefox And Google Chrome ?
Thanks
yes you can itll always work
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.