[Guide] How to make a simple web browser menu

User Tag List

Results 1 to 14 of 14
  1. #1
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] How to make a web browser

    Hi this is my guide for how to make a SIMPLE web browser in VB.

    1.
    Create a new project and select windows form application.

    2.
    Open the toolbox and do this:
    select the textbox tool and take it up on the window.
    Do the same with a button.

    3. Now select the Webbrowser tool.
    Make a little window under the textbar and the button.

    4.
    Now it should look like this:


    5.
    Ok click 2 times on the button and you should get to the source/code editing.

    write this following line:
    WebBrowser1.Navigate(TextBox1.Text)


    6.
    This will make the web browser direct to the website you entered in the URL box.

    7.
    Run the program.
    Now try to enter (in the url box) Google
    and click on button1
    now you will be on google's website!

    8.
    Enjoy!


    Extra stuff you can put on your web browser!

    Back=
    Make a new button.
    Open the script editing.
    Insert this code:
    WebBrowser1.GoBack()
    This will make the browser go back to the site you was on before.

    Forward:
    Make a new button.
    Open the script editing.
    Insert this code:
    WebBrowser1.GoForward()
    This will make the browser go forward to the site you just was on

    Make your browser go home
    Make a new button.
    Open the script editing.
    Insert this code:
    WebBrowser1.GoHome()


    How to change the home page of your web browser.
    click ONCE on the web browser plug-in.
    Find the column url (in the little propeties window at the right bottom)
    set it to Google or what ever you want to.

    Renaming the buttons:
    Click on a button ONCE
    find the column text
    (in the little propeties window at the right bottom)
    now in text write what you want. Home,Forward.Back e.t.c


    The End


    Last edited by Viter; 03-19-2008 at 08:25 AM.



    [Guide] How to make a simple web browser
  2. #2
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    18 views no comments?



  3. #3
    Ermok's Avatar Contributor
    Reputation
    212
    Join Date
    Jul 2007
    Posts
    447
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You ****
    I was about to make this.. but alot more detailed etc.. no point now :')
    BTW Very simple thing to do..

  4. #4
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ermok View Post
    You ****
    I was about to make this.. but alot more detailed etc.. no point now :')
    BTW Very simple thing to do..
    well i guess you could make a detailed guide?



  5. #5
    NineOneOne's Avatar Member
    Reputation
    14
    Join Date
    Aug 2006
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would love if someone made a detailed guide, for more features like back, forward, refresh and home buttons
    Last edited by NineOneOne; 03-18-2008 at 10:11 PM.

  6. #6
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NineOneOne View Post
    would love if someone made a detailed guide, for more features like back, forward and home buttons
    Just about to post it.

  7. #7
    NineOneOne's Avatar Member
    Reputation
    14
    Join Date
    Aug 2006
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright cool

  8. #8
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NineOneOne View Post
    alright cool
    Posted (filler)

  9. #9
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maffyx View Post
    Posted (filler)
    the thing you posted isnt a guide :S
    Edit: anyway ill try to make this guide abit more detailed.



  10. #10
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated and made the guide more advanced



  11. #11
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Viter Er Svedig View Post
    Updated and made the guide more advanced
    Hehe as did I.

  12. #12
    Kissy's Avatar Active Member
    Reputation
    60
    Join Date
    Jun 2006
    Posts
    332
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epeen contest?

  13. #13
    The Maffyx's Avatar Contributor

    Reputation
    249
    Join Date
    Feb 2007
    Posts
    1,186
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Indeed it was


  14. #14
    C-Death's Avatar Banned
    Reputation
    134
    Join Date
    Jun 2007
    Posts
    504
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Don't forget to add how to refresh:

    Make a new button called "refresh"
    double click it for the code and add
    Code:
    WebBrowser1.Refresh()

Similar Threads

  1. [Guide] How to Make AC Web Ultimate repack 7.8 Public!
    By Exeus in forum WoW EMU Guides & Tutorials
    Replies: 3
    Last Post: 12-18-2008, 06:11 PM
  2. Replies: 9
    Last Post: 04-22-2008, 03:09 PM
  3. How To Make A Simple Forum Signature(pics)
    By Roflcopterzzz in forum Art & Graphic Design
    Replies: 35
    Last Post: 08-23-2007, 01:48 PM
  4. Guide how to make TWINK PRIEST
    By Croat in forum World of Warcraft Guides
    Replies: 8
    Last Post: 04-29-2007, 08:18 AM
  5. *Guide* How to make a movie
    By djmazi in forum World of Warcraft Guides
    Replies: 5
    Last Post: 12-22-2006, 09:15 PM
All times are GMT -5. The time now is 08:44 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search