I made a program where wav files will be played from the database, with the
full path.LIKE
i = mciSendstring(o pen d:\sound.wav type waveaudio",0&,0 ,0)
i = mciSendstring(p lay d:\sound.wav ",0&,0,0)
This program will be written on a cdrom, in this case ithe cdrom volume is
D: , but on other
systems its not. How do i let the program choose the right volume?
Jeroen
full path.LIKE
i = mciSendstring(o pen d:\sound.wav type waveaudio",0&,0 ,0)
i = mciSendstring(p lay d:\sound.wav ",0&,0,0)
This program will be written on a cdrom, in this case ithe cdrom volume is
D: , but on other
systems its not. How do i let the program choose the right volume?
Jeroen
Comment