I am very new to Visual Basic 2010/2008 and yes you can feel free to call me a noob.
I am trying to set up a homepage for my basic browser I have running fine currently.
It does not include tabbing, as for right now I didn't set that up.
The beginning of my code has this written:
Public Class Form1 Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click WebBrowser1.Navigate(TextBox1.Text) End Sub
Help for this code that would work would be greatly appreciated.
Thanks in advance,
Fakefly