Basic WebBrowser that I made
welcome to Game-Tuts.com - Register
Page 1 of 3 123 LastLast
Results 1 to 10 of 27
  1. #1
    VIP
    Join Date
    Jul 2010
    Posts
    6
    Thanks
    0

    Default Basic WebBrowser that I made

    Hi guys,
    Just made a webbrowser in visual basic and i wanted to share it with you.
    This is my first time making a webbrowser, so don't expect it to be a good as Firefox.

    MEGAUPLOAD - The leading online storage and file delivery service

    Run the setup and the program would load.

    NOTE: There is no viruses in the setup, scan if you want but it is clean

  2. #2
    Suspended
    Join Date
    Jul 2010
    Location
    Stealth
    Posts
    1,802
    Thanks
    92
    Gamertag
    Mr Legit

    Default Re: Basic WebBrowser that I made

    Oh yeah Does The Browser Also Key Vault You And Send 1000 Virus'?

  3. #3
    Skylar
    Guest

    Default Re: Basic WebBrowser that I made

    Virustotal.com or gtfo.

  4. #4
    Money Over Everyone.

    Join Date
    Mar 2009
    Location
    London
    Age
    21
    Posts
    276
    Thanks
    74

    Default Re: Basic WebBrowser that I made

    Lol i can understand but use are way to paranoid maybe do it yourself as its more trust worthy and take a look in reflector and ull see its clean.

  5. #5
    VIP
    Join Date
    Jul 2010
    Posts
    6
    Thanks
    0

  6. #6
    Mocha
    Guest

    Default Re: Basic WebBrowser that I made

    Did you code yourself or steak from a youtube vid?

  7. #7
    VIP
    Join Date
    Jul 2010
    Posts
    6
    Thanks
    0

    Default Re: Basic WebBrowser that I made

    Coded myself

  8. #8
    Mocha
    Guest

    Default Re: Basic WebBrowser that I made

    Quote Originally Posted by alienvspredator View Post
    Coded myself
    Wow this is REALLY basic, has a shitload of script errors, sized poorly ect... I give it a D

  9. #9
    Clan Vv3
    Join Date
    Jun 2009
    Location
    Michigan
    Posts
    1,614
    Thanks
    47

    Default Re: Basic WebBrowser that I made

    Quote Originally Posted by MochaX View Post
    Wow this is REALLY basic, has a shitload of script errors, sized poorly ect... I give it a D
    Script errors you just put on disable in a little box in the webbrowser settings lol...
    AIM:Nigger - MSN:[email protected]
    Twitter:@Welfare
    Transfer it to the cloud.

  10. #10
    Official Grapist
    Join Date
    Jul 2010
    Location
    !↨ ↨ΦΘΘB7▐♂▬!*▀
    Age
    19
    Posts
    3,284
    Thanks
    719
    Gamertag
    Crazzzme

    Default Re: Basic WebBrowser that I made

    wait VB has a web browser control. so pretty much your saying look here i dragged and dropped and wrote this
    Code:
    Public Class Form1
    
        Private Sub cmdGo_click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGo.Click
                     webbrowser1.navigate (Url.text)
        End Sub
        Private Sub cmdFWD(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdFWD.Click
                   WebBrowser1.GoForward()
        End Sub
        Private Sub cmdBCK(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdBCK.Click
                 Webbrowser1.GoBack()        
        End Sub
       Private Sub cmdRefresh(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdRefresh.Click
                   WebBrowser1.GoForward()
        End Sub
    End Class
    OMG The whole source code just drag in a webbrowser ,text box and some buttons and name them accordingly
    Last edited by Hunter; 09-06-2010 at 07:08 PM.
    Press thanks if i helped you
    and If i helped you dont be a little ass and not thank me.


 
Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
visit GameTuts on these social networking sites