Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with set bell command
Message
From
10/01/2006 06:02:20
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01085060
Message ID:
01085086
Views:
48
it could be ok, but I newver tried it.
Is it the same of the chr(7) ?
I mean, have I to declare each time I have to play a sound ?
I have the chr(7) in many methods of the form....

>What about:
>
>
>DECLARE INTEGER sndPlaySound IN winmm;
>  STRING lpszSound, INTEGER fuSound
>#DEFINE SND_SYNC       0
>#DEFINE SND_ASYNC      1
>#DEFINE SND_NODEFAULT  2
>sndPlaySound(WaveFileName, SND_SYNC + SND_NODEFAULT)
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform