Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Messagebox sounds
Message
 
To
30/07/2003 08:44:57
Walter Meester
HoogkarspelNetherlands
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00814871
Message ID:
00814878
Views:
12
This message has been marked as the solution to the initial question of the thread.
>Hi all,
>
>Anyone knows what is the easiest way to play the same sounds for every messagebox type in a custom made messagebox ?
>
>TIA
>
Walter,
DECLARE INTEGER MessageBeep IN Win32API;
  INTEGER uType
= MessageBeep(MB_ICONEXCLAMATION)
The values passed correspond to the icon type used with the VFP MESSAGEBOX() function.
George

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

Click here to load this message in the networking platform