I'm sure this has been asked before but I can't find it!
I have a .wav file included in my project (and hopefully in my resultant .exe) and I want to access to set my 'bell' to it:
What do I need to do the the 'Set Bell to ...' line to
get VFP to read the internal .wav file?
I'm running this in VFP 6
Regards
Griff
Keep [Smile]ing
I have a .wav file included in my project (and hopefully in my resultant .exe) and I want to access to set my 'bell' to it:
Code:
set bell to 'mysound.wav'
?? chr(7)
set bell to
What do I need to do the the 'Set Bell to ...' line to
get VFP to read the internal .wav file?
I'm running this in VFP 6
Regards
Griff
Keep [Smile]ing