Examples and codes to deal with Api functions
visual basic code for Delay your program for a certain period Sleep
'in model
Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
'in form
Private Sub Form_Load()
Call Sleep(1000)
End Sub
Interpreter and redeployed from vb4arb
0 التعليقات:
إرسال تعليق