I tried adding a timer with the fastest interval possible like this-
-But it didn't work, the browser stopped a little after it started refreshing, resulting in a blank page...then I tried using the navigating feature, but that didn't work either...could someone help?
Code:
Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
WebBrowser1.Stop()
End Sub