vb如何显示时间,加入以下代码:
PrivateSubForm_Load()
Text1.Text=Now
Timer1.Enabled=True
Timer1.Interval=1000
EndSubPrivateSubTimer1_Timer()
Text1.Text=Now
EndSub
vb如何显示时间,加入以下代码:
PrivateSubForm_Load()
Text1.Text=Now
Timer1.Enabled=True
Timer1.Interval=1000
EndSubPrivateSubTimer1_Timer()
Text1.Text=Now
EndSub