How do I make a delay function (e.g like the one in Pascal) ??
Add this to the top of your form: Code: Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds as Long) To use, just call Sleep(100) to sleep for 100ms.
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds as Long)
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You". -- Linus Torvalds
Thank you
Forum Rules