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:

Mudkip-
  • Challenger
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
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.
[ Register or Signin to view external links. ]




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!
[ Register or Signin to view external links. ]



Step three

On the side panel "toolbox" click and drag 5 "buttons" into your form as shown below.
[ Register or Signin to view external links. ]

Step four
Drag in a "text box" and a "web browser" do not resize them yet though!
[ Register or Signin to view external links. ]


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"
[ Register or Signin to view external links. ]


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"
[ Register or Signin to view external links. ]


Step 7

Re organise everything like shown in the picture! make sure the "webbrowser" tool is put to wholescreen by dragging to the edges!
[ Register or Signin to view external links. ]


Step 8
Click on the "webbrowser" tool u resized and in properties on the right enter ur home page in the "url" bar!
[ Register or Signin to view external links. ]

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 !
[ Register or Signin to view external links. ]

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!
[ Register or Signin to view external links. ]


Step 12
remember "File" we made at the begginign well click that and double click exit then enter "End" in the command line,

[ Register or Signin to view external links. ]


Step 13

to check for errors check the error list at the bottom, as you can see i have zero!

[ Register or Signin to view external links. ]


step 14
Click the green arrow at the top to see if it works
[ Register or Signin to view external links. ]



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!
[ Register or Signin to view external links. ]


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:
undisclosed
  • Winter 2022
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
#3. Posted:
Mudkip-
  • Challenger
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
ESRB wrote I vouche for you nice post bro


thanks dude ))) aha
#4. Posted:
Ricey_oG
  • Resident Elite
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
#5. Posted:
Mw2HosterBaby
  • New Member
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
#6. Posted:
Mudkip-
  • Challenger
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
no problem and thankyou
#7. Posted:
Famous
  • Retired Staff
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.
#8. Posted:
XXL
  • TTG Senior
Status: Offline
Joined: Aug 27, 201113Year Member
Posts: 1,507
Reputation Power: 66
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
#9. Posted:
trollster
  • New Member
Status: Offline
Joined: Mar 15, 201212Year Member
Posts: 3
Reputation Power: 0
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
#10. Posted:
Mudkip-
  • Challenger
Status: Offline
Joined: Apr 02, 201212Year Member
Posts: 120
Reputation Power: 6
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
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.