从字符串“FalseTrue”到类型“Boolean”的转换无效。在这种情况下我该如何解决?Label5.Text 必须包含那些,它不能相等,因为它们提供了包含日期在内的 EST 的完整转换时间。
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。