| | |
Playing mp3 file with vb.net
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
use Microsoft Multimedia Control. find this control on component.
add this code to play mp3 file :
add this code to play mp3 file :
VB.NET Syntax (Toggle Plain Text)
On Error GoTo ErrMsg AxMMControl1.Wait = True AxMMControl1.FileName = OpenFileDialog1.FileName AxMMControl1.Command = "Open" AxMMControl1.Command = "Play" Exit Sub ErrMsg: MsgBox(Err.Description) End Sub
Last edited by Jx_Man; Apr 16th, 2008 at 6:15 pm.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
you're Welcome friend 
Happy Coding.

Happy Coding.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
•
•
Join Date: Jul 2007
Posts: 192
Reputation:
Solved Threads: 16
I don't know if anyone looks at an old thread, but I have a question for this. I used the multimedia control, and it worked great. But when installing my project, it did not work on all computers. (When trying to run it on some computers, it said, there was a problem, and it shut down the program) What could be the reason for this? Do you need anything installed on the computer to use this?
![]() |
Similar Threads
- trojans...now nothing opens and I get a paint can't open error (Viruses, Spyware and other Nasties)
- Some advice about mciSendString (VB.NET)
- JMF question: question about the unrealized player (Java)
Other Threads in the VB.NET Forum
- Previous Thread: cannot use dataadapter.update with a dataset containing multiple tables
- Next Thread: Find another app and command a button
Views: 5952 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
"crystal .net .net2005 2008 access add application array assignment basic box button buttons center class click code combo convert cpu data database datagrid datagridview design designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees error excel exists firewall function image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net opacity page pan picturebox port print printing printpreview problem record refresh regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase storedprocedure string structures studio temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet vista visual visualbasic visualbasic.net visualstudio2008 web wpf xml






