怎样实现时间的连续显示?
我想用一个TEXTBOX来连续显示时间,1秒刷新一次,怎么实现啊?先谢谢了哦.
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
TextBox1.Text = TimeOfDay()
End Sub
拉个Timer控件,显示的是当前系统时间