hi,
here's my code:
Problem: it's cycling through Items @ speed + it's not visiting liveL's + no status updates...
I know this line is the ****: If WBProgressBar.Value = WBProgressBar.Maximum Then
but why? what i'm doing wrong?
here's my code:
Code:
For Each liveL In Links.Items
status.text = "Loading link..."
WB.Navigate(liveL.ToString())
WBProgressBar.Maximum = 100
If WBProgressBar.Value = WBProgressBar.Maximum Then
timer1.start()
'Do some work....
status.text = "Done!"
End If
Next
I know this line is the ****: If WBProgressBar.Value = WBProgressBar.Maximum Then
but why? what i'm doing wrong?