当我在一个过程中启动计时器时,它会冻结我的程序.有什么办法可以解决吗?为了在定时器工作时不冻结GUI中的所有按钮?
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Do somting...(I sending mail throught SMTP)
End Sub
Run Code Online (Sandbox Code Playgroud)