Lol,
Open it up then go in it make a buttun (call it home) then make a webbrowser then screen thing then double click on the buttun and in the midle of this:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
End Sub
Put this in the middle of it so it looks like this
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.GoHome()
End Sub
Then you have a basic browser which connects to the internet ect..
gose to pages 'Your home'


Reply With Quote




