I found that:
Declare Function GetTickCount& Lib "kernel32" ()

Private Sub cmdWinRun_Click()
MsgBox GetTickCount
End Sub

But what i want to do,is 3 textbox.

1 testbox for the hours
1 for min
and 1 for sec.

it is possible????