Changed it to..
Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles CheckBox1.CheckedChanged
RefreshNow()
Timer1.Start()
End Sub
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs)...
Simply put.. I am trying to add a Auto Refresh(every 5 seconds) feature to my VB.Net 2005 Project..
This is what I currently have.. I have been playing about with this code for the better part of 8 hours.
Private Sub CheckBox1_CheckedChanged(ByVal sender As System.Object, ByVal e As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.