SphinX
Advanced Member level 3
delay in vb 6.0
Hi,
I want a accurate 10ms delay in my program
i use this
Sleep 10
in module i write
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Is that right, my program is not working :-(
I need this delay to erase the AT89C51/52 chip
Thanx
Hi,
I want a accurate 10ms delay in my program
i use this
Sleep 10
in module i write
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Is that right, my program is not working :-(
I need this delay to erase the AT89C51/52 chip
Thanx