Add a label (Label1) to your form and add the following code :
VB Code:
Private Declare Function GetTickCount& Lib "kernel32" () Private Sub Form_Load() Label1.Caption = GetTickCount End Sub
|
Results 1 to 4 of 4
|
Click Here to Expand Forum to Full Width |