|
-
Nov 12th, 1999, 09:03 PM
#1
Thread Starter
New Member
I really need this function for an app i am working on, i am using VB 3.00
does anyone know what sound files it supports?
and a code to inport a sound for vb 3.00
please someone
and if anyone can a code to play a random sound file
thanx
-
Nov 12th, 1999, 09:30 PM
#2
Frenzied Member
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
-
Nov 13th, 1999, 03:03 AM
#3
Junior Member
I have a *.bas file that will allow you to do it just by typing
playwav(*:\filedir\filename.wav)
If you would like it email me at [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|