Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27514

VS 2010 How to keep a webbrowser from refreshing?

$
0
0
I tried adding a timer with the fastest interval possible like this-

Code:

Private Sub Timer1_Tick(sender As Object, e As EventArgs) Handles Timer1.Tick
        WebBrowser1.Stop()
End Sub

-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?

Viewing all articles
Browse latest Browse all 27514

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>