Simple MP3 player

sotusotusotu

New member
Joined
Dec 15, 2005
Messages
1
Programming Experience
Beginner
Hi I have to create a simple VB.Net mp3 player that will simply play, pause and stop. I already have a form and have imported some code found on a website. I keep getting an error that says DLLImport.dll is not defined. I am extremely new to VB.Net and really struggling as I have used VB for a fews years and it is so different from 6.

Please can someone help me?

the VB.net program is in the winzip file attached.

Thanks, Andy
 

Attachments

  • ejukebox.zip
    370.3 KB · Views: 51
Why bother writing new code? Try the following steps:
1.Import the msdxm.ocx control into the toolbox (system32 folder);
2.Place it on the form and hide it;
3.Create buttons and all the rest that trigger the control's events;
4. Compile and run.

It doesn't make you a better programmer, but it works. I used it too!
 
Back
Top