Parlavi di mostrare un sito all'avvio, quindi non serve il Button ... semmai devi usare il Form_Load ... non pensi ?
codice:Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load WebBrowser1.Navigate("http://forum.html.it") End Sub