I'm using VB5, so i don't know if this works with VB3.
Put the Microsoft ActiveMovie Control on your form and type the following code in Form1's code window:
ActiveMovie1.AutoStart = True
ActiveMovie1.FileName = "x:\sound\sound.wav"
/ CyberCarsten
VB Programmer




Reply With Quote