Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
X
Private Declare Function sndPlaySound Lib "winmm.dll" Alias _ "sndPlaySoundA" (ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long
sndPlaySound "C:....nomDuSon.wav", 0
-- Site logiciels http://irolog.free.fr Mail http://irolog.free.fr/ecrire/index.htm Site perso http://irolog.free.fr/joe/index.htm Principe d'utilisation des news Groups http://support.microsoft.com/directory/worldwide/fr/newsgroup/regles.htm ------------------------------------------------------------------------------------ "Michel" a écrit dans le message de news: %
Re-bonjour,
SVP encore une petite question ! comment on exécute un son dans une appli VB6 ?
Un fichier wav par exemple !!
Encore merci !!
Michel
Private Declare Function sndPlaySound Lib "winmm.dll" Alias _
"sndPlaySoundA" (ByVal lpszSoundName As String, _
ByVal uFlags As Long) As Long
sndPlaySound "C:....nomDuSon.wav", 0
--
Site logiciels
http://irolog.free.fr
Mail
http://irolog.free.fr/ecrire/index.htm
Site perso
http://irolog.free.fr/joe/index.htm
Principe d'utilisation des news Groups
http://support.microsoft.com/directory/worldwide/fr/newsgroup/regles.htm
------------------------------------------------------------------------------------
"Michel" <michel69@logys.eu> a écrit dans le message de news:
%23AiAe8B0GHA.576@TK2MSFTNGP03.phx.gbl...
Re-bonjour,
SVP encore une petite question ! comment on exécute un son dans une appli
VB6 ?
Private Declare Function sndPlaySound Lib "winmm.dll" Alias _ "sndPlaySoundA" (ByVal lpszSoundName As String, _ ByVal uFlags As Long) As Long
sndPlaySound "C:....nomDuSon.wav", 0
-- Site logiciels http://irolog.free.fr Mail http://irolog.free.fr/ecrire/index.htm Site perso http://irolog.free.fr/joe/index.htm Principe d'utilisation des news Groups http://support.microsoft.com/directory/worldwide/fr/newsgroup/regles.htm ------------------------------------------------------------------------------------ "Michel" a écrit dans le message de news: %
Re-bonjour,
SVP encore une petite question ! comment on exécute un son dans une appli VB6 ?