is this correct

Private Sub Form_Load()

WebBrowser1.Navigate "http"
Timer1.Interval = 30000

End Sub

i want it to load a website then after 5 mins close this app
can anyone help