Hi All,

I want to download an mp3 file in my vb6 app using Inet or Winsock.
This mp3 file must be stored on the harddisk of the computer
(can be app's root directory, app.path)

i tried this with winsock, but it seems that i can't download the whole file. But when i want to save it using the common OPEN filename FOR OUTPUT AS #1 vb puts " " marks around the data.
now an mp3 player (winamp) can't open the audio stream.

so i thought.. maybe it can be done with Inet, but i know nothing about that control.. can someone help me.. ????

thnxx,

Jeroentjuuh