Results 1 to 7 of 7
  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

    Visual Basic 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.

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/screen1-1.jpg[/IMG]


    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

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/screen2.jpg[/IMG]


    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

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/screen3.jpg[/IMG]


    Step four:

    Name the form like you named the buttons
    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/screen4.jpg[/IMG]

    Step five:

    Code the buttons by double clicking them.

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/screen8.jpg[/IMG]

    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.

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/debugscreen.jpg[/IMG]

    ____________________________________________


    It worked for me:

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/lastscreen.jpg[/IMG]

    ____________________________________________



    To make a starting page:

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

    [IMG]https://i708.photobucke*****m/albums/ww84/seanyboy225/URL.jpg[/IMG]

    ____________________________________________



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

  2. #2
    JIGS4W's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    2,906
    Reputation
    48
    Thanks
    156
    Smexy tut although I know how to do a more simple one.


  3. #3
    (G)rapefruit's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not here
    Posts
    1,593
    Reputation
    9
    Thanks
    211
    My Mood
    Amused
    Ah... W/e, I like to do it this way.

  4. #4
    martijno0o0's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    11
    My Mood
    Stressed
    omg nice! but when i debug it says that webbrowser1 is not declared

  5. #5
    Pixipixel_'s Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    VCExpress.exe || France :D
    Posts
    2,087
    Reputation
    27
    Thanks
    742
    My Mood
    Cool
    There are so many tut about webbrowser it's so easy
    anyway good job.

  6. #6
    srinuv's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    hyd
    Posts
    20
    Reputation
    10
    Thanks
    1
    very nice tutorial lol n1

  7. #7
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Quote Originally Posted by Newbabovethispost
    very nice tutorial lol n1
    A. Thread is over 2 months Old
    B. Guy has been banned, So who are you talking to?...........

    Oh... Your post count......
    Last edited by NextGen1; 01-19-2010 at 02:00 AM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




Similar Threads

  1. [Tutorial] Visual Basic 2008 Tutorial. Lesson 2.
    By Takari1 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 05-26-2011, 08:37 AM
  2. [Tutorial] Visual Basic 08 Tutorial . Lesson 1.
    By Takari1 in forum Visual Basic Programming
    Replies: 14
    Last Post: 05-25-2011, 11:15 AM
  3. [Tutorial] Visual Basic 2008 Tutorial. Lesson 1.
    By Takari1 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 05-25-2011, 10:42 AM
  4. Ken53406's Visual Basics Hacking Tutorial (Trainers)
    By ken53406 in forum Visual Basic Programming
    Replies: 38
    Last Post: 09-30-2010, 11:01 PM
  5. [Tut] Visual Basic Assorted Tutorials
    By drgnforce9 in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-07-2009, 10:25 AM

Tags for this Thread