Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Whats Wrong Here?
Message
General information
Forum:
Visual Basic
Category:
Windows API functions
Title:
Whats Wrong Here?
Miscellaneous
Thread ID:
00782970
Message ID:
00782970
Views:
39
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
Reply
Map
View

Click here to load this message in the networking platform