Quote:[1]Posted by alexreg on 19 Dec 2004 09:22 AM[/1]
to be honest, that's a bit pointless when the code's so short anyway. it's best to stick to standard VB controls or make your own ones when necessary.
The CCRP timer is far better than the intrinsic timer.
1) It doesn't need a form.
2) The resulution is 1 mSec.
3) The period in not limited by an integer.
4) It returns the time elapsed
5) Is usefull for benchmarking.
So , the advantage of using it is far beyond the solution of rebinas problem.