If i am using VB control timer , then how can i make use of the timer as a 'stopwatch' to time the recording of a .wav file ?
Printable View
If i am using VB control timer , then how can i make use of the timer as a 'stopwatch' to time the recording of a .wav file ?
Dim sngTime As Single
sngTime = Timer
'Code here
Caption = Timer - sngTime
Iouri Boutchkine
[email protected]