WebBrowser (Made In Visual Basic 2008)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #190245
    ChiNa
    Administrator

    Finished Image of the WebBrowser!

    Files in the Description & Download:

    Download Source + Text + Example:

    This is my 3rd Release so far using Visual Basic 2008 & 2010, Just newbie Visual Basic Tutorial, about how to Make a Simple WebBrowser. This is only for educational purposes and to attract many as possible joining progaming and VB, NET, C+++! The code below is only supported in Visual Basic 2008, First I started of with Visual Basic 2010, which was wrong. and it was not working, until I found out that its only going to work on VB 2008. So dont make the same mistake, Use Visual Basic 2008 for this!

    This is My Tutorial, HOW TO MAKE A WEBBROWSER:
    Plz, Watch The Video (Very Usefull):
    [youtubevideo:c6j0ef9g]-dGnXNrbor8[/youtubevideo:c6j0ef9g]
    (I will put the Video (Annotations) Text for the video, later this week)

    Full Code used in The Tutorial:

     

    Public Class Form1
    
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    
    WebBrowser1.
    
    Navigate
    
    (TextBox1.Text)
    
    End Sub
    
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
    
    WebBrowser1.Stop()
    
    End Sub
    
    Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
    
    WebBrowser1.Refresh()
    
    End Sub
    
    End Class


    This is my contribution to Im-Integrations.com, Imfiles.com, Dutchplace.Nl, and China-Cheats.com

    #190246
    AhFox
    Member

    good tutorial

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.