VB Project Source Code

Showing posts with label Gecko Web Browser tutorial vb.net. Show all posts
Showing posts with label Gecko Web Browser tutorial vb.net. Show all posts

Tuesday 2 June 2015

Gecko Web Browser tutorial vb.net

Gecko Web Browser tutorial vb.net


Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        fxb.Navigate("http://www.vbdotnet3school.blogspot.com")
    End Sub

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        fxb.GoBack()
    End Sub......