English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

No, the best result you can reach in that context is an interruption of one second. Hopefully, there is online code to adapt yours to milliseconds treatment. The trick consists in using the wait() function, which accepts a time argument, the time the system begins to work again (typically, you'll decide to code : wait(now+ x milliseconds) ). The Time argument is a string.
The "Now" value can be expressed with a milliseconds precision with a function available at :

http://www.freevbcode.com/ShowCode.Asp?ID=1618

Use this function and then code a function that "increment" the string by the delay you want to define.

That's no short work, a wish you a lot a pleasure by doing it!

2007-06-17 02:43:06 · answer #1 · answered by tristar 3 · 0 1

In VB2005 you can use

System.Threading.Thread.Sleep(milliSeconds)

This will put the current thread to sleep in effect halting your program for the number of milliseconds.

2007-06-17 12:47:38 · answer #2 · answered by MarkG 7 · 0 0

Try sleep() Command

Regards
http://www.searchfordata.com/forums/

2007-06-17 09:02:46 · answer #3 · answered by Anonymous · 0 0

fedest.com, questions and answers