[RESOLVED] Url Redirection Help
!!!!!!!!!!!!!!!!!!! SOLVED !!!!!!!!!!!!!!!!!!!!!!!!
Hi guys ,
Im trying to set my homepage on my browser , i know i can do it in properties but that seens to revert back to the hompage that im using on IE.
Heres my home button click
Code:
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
CType(TabControl1.SelectedTab.Controls.Item(0), WebBrowser).GoHome()
End Sub
What code do i need to add to redirect it to a certain webpage?