Hello,
In Visual Basic6, I know I can use the "program" or "set of classes" winmm.dll, and the VB code is like :
Public Declare Function mciSendString Lib "winmm.dll" Alias "mciSendStringA" (ByVal lpstrCommand As String, ByVal lpstrReturnString As String, ByVal uReturnLength As Long, ByVal...