mp3

  1. D

    How to Play a MP3 file?

    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...
  2. J

    reading mp3 ID3 tag, how to delete file after reading from it, says locked in process

    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...
  3. mikejs

    Mp3 Player problems

    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...
  4. S

    Convert SWF to GIF, MP3 to SWF & TTF to SWF Using Aspose.Flash

    <font face="Arial, Helvetica, sans-serif"><strong>What’s new in this release?</strong></font> <br> <font face="Arial, Helvetica, sans-serif"><a...
  5. P

    Aac -> mp3

    Is it possible to play AAC files in vb.net? What method could be used to get the songs imported from iTunes to play in a VB.net application?
  6. T

    Question file downloading from SQL Server

    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...
Back
Top