dgwilliams
MIS
Hi all VB6 experts
Do any of you know how i could acheive the following functionality.
I have a list box, and i want the application to automatically scroll down the list box playing an associated wav file for each item (bassically the wav file reads out what the item says).
I believe the answer to my problem is to use the timmer and to use logic like after 4 seconds move to next item and play wav file (making sure i set the time long enough for the wav file to finish)
My question is however how do i implement this feature and incorporate the functionality into my application. I have never used a timer before so dont really know where to start.
thanks
Dan
Do any of you know how i could acheive the following functionality.
I have a list box, and i want the application to automatically scroll down the list box playing an associated wav file for each item (bassically the wav file reads out what the item says).
I believe the answer to my problem is to use the timmer and to use logic like after 4 seconds move to next item and play wav file (making sure i set the time long enough for the wav file to finish)
My question is however how do i implement this feature and incorporate the functionality into my application. I have never used a timer before so dont really know where to start.
thanks
Dan