
Play a CD Audio track
If you want to play a track of an audio CD from VB you can use MCI functions. The main MCI function is mciSendString, that sends command strings to the system and execute them: Declare Function mciSendString Lib “winmm” Alias “mciSendStringA” (ByVal _ lpstrCommand As String, ByVal lpstrReturnString As String,