Results 1 to 6 of 6
  1. #1
    (G)rapefruit's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not here
    Posts
    1,593
    Reputation
    9
    Thanks
    211
    My Mood
    Amused

    Really simple Browser tutorial...

    (G)rapefruit's supersimple Visual Basic tutorial: How to make a simple web browser!
    ################################################## #############################################
    For newbies.


    Step one:

    Start Visual basic, File > New Project > Windows Form application > Name it > OK.




    Step two:

    Resize it to your preferable size and insert these things:

    *Textbox
    *5 Buttons ( I KNOW THAT THERE IS A BUTTON 6 IN THE SCREENS!!! IGNORE IT! JUST MAKE 5 BUTTONS)
    *Web Browser
    *Text Box




    Step three:

    *Click button 1 and make the text: Back
    *Do the same with button 2 but make it Forward
    *Make button 3: Refresh
    *Button 4: home
    *Button 5: Go




    Step four:

    Name the form like you named the buttons


    Step five:

    Code the buttons by double clicking them.



    Go button:
    Code:
    WebBrowser1.Navigate(TextBox1.Text)
    Back button:
    Code:
    WebBrowser1.GoBack()
    Forward button:
    Code:
    WebBrowser1.GoForward()
    Refresh button:
    Code:
    WebBrowser1.Refresh()
    Home button:
    Code:
    WebBrowser1.GoHome()

    Step six:

    Click the 'Debug' button and start the browser.



    ____________________________________________


    It worked for me:



    ____________________________________________



    To make a starting page:

    Click the web browser in your [Design] and look for the URL in the properties box:



    ____________________________________________



    That's it! I hope it will be usefull for some people...
    Last edited by (G)rapefruit; 10-04-2009 at 04:57 AM.

  2. The Following User Says Thank You to (G)rapefruit For This Useful Post:

    Asians (10-04-2009)

  3. #2
    K4GE's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    311
    Reputation
    13
    Thanks
    65
    My Mood
    Inspired
    Nice choob-friendly tut.
    I couldn't do i better myself.

  4. #3
    trex's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    In a house in AUSTRALIA FTW!!!
    Posts
    683
    Reputation
    16
    Thanks
    84
    My Mood
    Amused
    Nice guide. I have already made one, but using a video tut. I feel like making a full web browser, like Firefox, but it would probably be hard. Does anyone know how to make a toolbar for Mozilla Firefox? I really wanna know.


  5. #4
    K4GE's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    311
    Reputation
    13
    Thanks
    65
    My Mood
    Inspired
    Quote Originally Posted by trex View Post
    Nice guide. I have already made one, but using a video tut. I feel like making a full web browser, like Firefox, but it would probably be hard. Does anyone know how to make a toolbar for Mozilla Firefox? I really wanna know.
    Go to Mozilla | Firefox web browser & Thunderbird email client,
    and search for a guide.

  6. #5
    Lukas59's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Linz
    Posts
    2,197
    Reputation
    14
    Thanks
    306
    My Mood
    Amazed
    yeahh great work--

  7. #6
    (G)rapefruit's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not here
    Posts
    1,593
    Reputation
    9
    Thanks
    211
    My Mood
    Amused
    Thx.

    Making the browser: 3-5 minutes.
    Making the tutorial: 1> hour. xD

    Couldn't imagine making a tutorial for an advanced email bomber... That tut would take hours. XD

    5 Minutes later:

    Wait.. Fuck. I made a mistake. (I confused the codes and buttons) Gonna fix it now. ^^
    ____________________________________________

    2 Minutes later:

    Fixed... I checked the whole tutorial too. No errors. =D
    Last edited by (G)rapefruit; 10-04-2009 at 04:58 AM.

Similar Threads

  1. [VBNET]How to make a really really basic WebBrowser[Tutorial]
    By xFishx in forum Programming Tutorials
    Replies: 5
    Last Post: 02-17-2011, 04:16 PM
  2. Simple Banner tutorial
    By Storm in forum Tutorials
    Replies: 3
    Last Post: 01-30-2011, 08:50 AM
  3. MPGH Simple Browser V1
    By jayrock13 in forum Combat Arms Discussions
    Replies: 25
    Last Post: 03-29-2010, 12:33 PM
  4. Visual Basic Browser tutorial
    By (G)rapefruit in forum Programming Tutorials
    Replies: 6
    Last Post: 01-19-2010, 01:39 AM
  5. How to make a simple grunge tutorial
    By SpaWn in forum Tutorials
    Replies: 2
    Last Post: 04-21-2009, 05:30 PM

Tags for this Thread