mp3

G

Guest

hi,. ive been looking for this and i cant seem to find it anywhere. does
anyone know how to play mp3s in a windows form? i could in vb2003 but now in
vb2005, the direct x sdk doesnt work so im outa luck....any help would b great
 
G

Guest

It's an API Function: (look it up under Google)

Declare Ansi Function mciSendString Lib "winmm.dll" Alias "mciSendStringA"
(ByVal lpstrCommand As String, ByVal lpstrReturnString As StringBuilder,
ByVal uReturnLength As Integer, ByVal hwndCallback As IntPtr) As Integer
 
G

Guest

If you are using the Audio object in directx it should still work in VB2005.
I converted an app I had created in 2003 to 2005 with no problems.

Lloyd Sheen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top