eng70640
April 3rd, 2001, 01:47 PM
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 ?
|
Click to See Complete Forum and Search --> : Timer eng70640 April 3rd, 2001, 01:47 PM 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 ? Iouri April 3rd, 2001, 01:51 PM Dim sngTime As Single sngTime = Timer 'Code here Caption = Timer - sngTime Iouri Boutchkine iouri@hotsheet.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |