English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

我想要設計可以查詢現在時間幾時幾分幾秒的一個VB程式

誰能夠告訴我如何設計 ?

2005-06-27 08:34:27 · 4 個解答 · 發問者 Anonymous in 電腦與網際網路 程式設計

4 個解答

Private Sub Form_Load()--------->Form1的程式碼
Timer1.Interval = 1000--------->Timer1的Interval屬性為1000
End Sub--------->結識這個Form的程式碼

Private Sub Timer1_Timer()--------->Timer1的程式碼
Label1.Caption = Time$--------->Lable1的Caption屬性值為"時間"
End Sub--------->結束這個Timer的程式碼

2005-06-29 10:28:26 補充:
Interval是指1/1000秒(必殺小乖乖)

2005-06-29 06:26:21 · answer #1 · answered by Anonymous · 0 0

放ㄍTimer1和Label1
然後再Timer1ㄉ屬性裡把Interval改成1
程式碼:
Private Sub Timer1_Timer()
Label1.Caption = Time
End Sub

2005-10-25 18:13:37 · answer #2 · answered by Anonymous · 0 0

放一個command
在command1_click()內寫下
msgbox time()
只要執行,按一下按鈕就會出現現在的時間了。

2005-06-27 09:00:50 · answer #3 · answered by 上官 5 · 0 0

http://tw.knowledge.yahoo.com/question/?qid=1105062503436
幫幫忙 謝謝!

2005-06-27 08:59:28 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers