Welcome back to the Visual Basic series! Today I will be showing you how to re-direct a user to a website via a button or menu item.
Code:
CType(Me.TabControl1.SelectedTab.Controls.Item(0), WebBrowser).Navigate("")
Liked this video? Subscribe!