| | |
Playing mp3 file with vb.net
Please support our VB.NET advertiser: Intel Parallel Studio Home
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: 191
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
| Thread Tools | Search this Thread |
"crystal .net .net2005 2008 access add advanced application array assignment basic beginner box button buttons center click client code combo convert cpu data database datagrid datagridview designer dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall forms html image images isnumericfuntioncall listview login map math memory mobile module msaccess mssqlbackend mysql navigate net number opacity pan picturebox picturebox2 port print printpreview record regex reports" reuse right-to-left save savedialog search serial socket sorting sql sqldatbase sqlserver storedprocedure string temp textbox timer txttoxmlconverter upload useraccounts usercontol usercontrol vb vb.net vb.nettoolboxvisualbasic2008sidebar vba vbnet vista visual visualbasic visualbasic.net visualstudio.net web winsock wpf wrapingcode xml






