- This topic has 1 reply, 2 voices, and was last updated 12 years ago by AhFox.
-
AuthorPosts
-
July 29, 2012 at 3:32 am #190245ChiNaAdministrator
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.comAugust 3, 2012 at 10:16 pm #190246AhFoxMembergood tutorial
-
AuthorPosts
Related
- You must be logged in to reply to this topic.