Conversion from string "FalseTrue" to type 'Boolean' is not valid. :/
Conversion from string "FalseTrue" to type 'Boolean' is not valid. How can
I fix it in this case? Label5.Text has to contain those, it can't equal as
they provide the full converted time to EST including date.
If ((Label5.Text.Contains("8:00") Or Label5.Text.Contains("1:35")) &
(Label5.Text.Contains("PM"))) Then
WebControl1.Source = New Uri("http://www.flalottery.com/play4.do")
Label1.Text = "Loading in 7 seconds..."
Label2.Text = "Loading in 7 seconds..."
Refresh.Start()
End If
Winforms VB.NET 2012 Express.
No comments:
Post a Comment