Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Beep sound
Message
 
To
24/03/2000 11:15:28
Amit Abhangrao
Charmi Software Exports
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
Miscellaneous
Thread ID:
00349996
Message ID:
00350033
Views:
27
>Please send me the sample explamles u have?
>
>Regards
>Amit

You've undoubtedly got plenty of them on your machine. You should have a directory named Media beneath the main Windows directory. Simply
lcfile = GETFILE('WAV') && Find a wave file
IF NOT EMPTY(lcfile)
  SET BELL TO (lcfile)
  ? CHR(7)
ENDIF
should demonstrate this more than adequately.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform