我是这个网站和VB的新手,所以请记住这一点。
我有一个程序基本上连接到我们的数据库并更新它,但我想要的是在这段代码之后:
Private Sub Button1_Click(ByVal sender As system.EventArgs) Handels Button1.Click
If Retry = 0 then
End
Else
TextBox3.Textt = ""
Button1.text = "Ok"
Button1.enabled = False
Me.refresh()
System.Threading.Thread.Sleep(500)
Me.Form1_Load(Me, e)
System.Threading.Thread.Sleep(500)
Me.Refresh()
System.Windows.Form.Application.DoEvent()
End If
End Sub
End Clas
此表单/应用程序关闭(可以在此部分之前关闭,因为它只是告诉我一切顺利但仍然如果您单击确定将重试)所以我不必每次运行此应用程序更新时关闭它然后烦人地保持清醒,因为它不会让我研究代码,也不会让我改变任何东西,直到这个应用程序关闭。有时它需要很长时间,甚至忘记我有这个应用程序运行。
我可以提供更多信息,如果告诉我什么,我不太了解VB。