Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Whats Wrong Here?
Message
Information générale
Forum:
Visual Basic
Catégorie:
Fonctions API de Windows
Titre:
Whats Wrong Here?
Divers
Thread ID:
00782970
Message ID:
00782970
Vues:
38
Option Explicit

Const SND_SYNC = &H0
Const SND_ASYNC = &H1
Const SND_NODEFAULT = &H2
Const SND_LOOP = &H8
Const SND_NOSTOP = &H10

'** Set up the API for playing the WAV files
Public Declare Function sndPlaySound Lib "winmm.dll" Alias _
       "sndPlaySoundA" (ByVal lpszSoundName As String, _
       ByVal uFlags As Long) As Long
When I run this, I get
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Répondre
Fil
Voir

Click here to load this message in the networking platform