|
Nicholas
17-01-2003 at 09:35 PM |
playing mp3'sHi, I'm trying to make a program that play's a Mp3 file but I'm having a problem getting the file to play, Do I need to add a component for VB6 and then add the control? Thanks for any help. |
|
vbgen
18-01-2003 at 06:32 PM |
Re: playing mp3'shope you can easily grasp what controls you'll need in this code...
and obviously, with this code you'll need a mediaplayer control. ____________________________ Been busy trying to take a second degree <--it's not working out... |
|
sajoo
26-05-2003 at 07:59 AM |
Re: playing mp3'shi |
|
sajoo
26-05-2003 at 07:59 AM |
Re: playing mp3'shi |
|
vbgen
26-05-2003 at 05:45 PM |
Re: playing mp3'si believe that's a listbox you need on your form |
|
sajoo
27-05-2003 at 12:27 PM |
Re: playing mp3'shi |
|
vbgen
29-05-2003 at 05:57 PM |
Re: playing mp3'swell, the listbox i am tokn about is actually the FileListBox, which is in your toolbar already. it's a common control. |
|
sajoo
30-05-2003 at 05:24 AM |
Re: playing mp3'sHi |