Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messagebox sounds
Message
 
À
30/07/2003 08:44:57
Walter Meester
HoogkarspelPays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00814871
Message ID:
00814878
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform