testare
Programmer
- Jan 21, 2005
- 127
Hi,
I wanna make my program do nothing for 45 min. because my program should wait for another program to finish and it takes the other program about 45 min to be done.
Should i use
or should i use a timer?
I wanna make my program do nothing for 45 min. because my program should wait for another program to finish and it takes the other program about 45 min to be done.
Should i use
Code:
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)