I am looking for a way to play an MP3 file using VB.NET in windows 7
I know I could use the WMP component, but I would rather not have the additional dll files in the program folder
Using Managed DirectX is also an option, but it is already two generation out of date.
Any ideas would be...
Hello.
I am loading all the .mp3's in a folder using
Dim fileArray() = di.GetFiles("*.mp3")
I loop through all the files and read the ID3tags. My intention is to rename the mp3 file name using the ID3 tag. I was having issues doing this, so what I do is create a copy of the mp3 and then rename...
Hello I have not coded for a while so i thought I would build an Mp3 player to get the grey cells working again, I have used a number of sources to create what I have so far I am stuck with a few problems this is my entire source
Imports System.Drawing
Imports System.IO
Imports...
Hi,
I have a web app that downloads an mp3 file from SQL server. (code extract below). It works fine. It prompts the user for a filename on their workstation to save the file locally. What I have trouble with is getting the getting the dialog box to come up with a meaningful default name. It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.