Advertisement
Guest User

VB Label Refreshing + webBrowser connecting

a guest
Sep 26th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. textBox1.Text = (webBroswer1.URL)
  2. if textBox1.Text = ("google.com") then
  3. messagebox.show("You Connected Successfully To Google")
  4.  
  5.  
  6. Timer1:
  7.  
  8. if C = 1 to 100
  9. textBox1.Text = C
  10. System.Threading.Thread.Sleep(200)
  11. textBox1.refresh()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement