Hi,

I have a dataSet that has many .mp3 files in it. I have displayed them in a form, When i click on the cell that has the .mp3 i want. It should save to a temp file.

Any Ideas

thanks

Recommended Answers

All 2 Replies

I think i found a new way to do it without saving it to a temp file,

axWindowsMediaPlayer1.URL = path.ToString();

where path is holding the result of the getPath query i made, this path is the full address of the .mp3 file and has the extension .mp3 at the end the only trouble i am having now is i get this error when i try to play

"The File you are attempting to play has an extension (.) that does not match the file format. Playing the file may result in unexpected behaviour."

Does anyone know why this is happening??

thanks

Upload the file you are having issues with.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.