12-21-2009, 09:50 AM
I'ts very easy, although I only found out about it a few days ago
Code:
dim a as new stopwatch()
a.start()
'do whatever you want
msgbox(a.elapsedmillisecons) 'milliseconds passed since start
a.stop()'to pause it any time
a=new stopwatch() 'to reset it