Jouer un Son

Jouer un Son

Messagepar Michael DELIQUE » 24 Juil 2005 à 11:51

Code : Tout sélectionner
Declare Public Function MakeSound Lib "winmm.dll" Alias "sndPlaySoundA" (Byval lpszSoundName As String, Byval uFlags As Long) As Long

ok = MakeSound("c;\temp\sound.wav",1)
Avatar de l’utilisateur
Michael DELIQUE
Administrateur
Administrateur
 
Message(s) : 12183
Inscrit(e) le : 16 Déc 2004 à 10:36
Localisation : Paris/Cergy

Retour vers API