Hi,

I am trying to create an application which will download the files from web. I tried using the codeback sample application as per http://www.vbforums.com/showthread.php?t=396260

however, it is not working on my case.

It works great if the file name is given properly in url for example,

http://www.somedomain.com/somefile.zip

but, in my case i do not know the file name and extension. The url I use will be like

http://www.somedomain.com/alkikdls

if we execute the above url somefile.zip will be downloaded.

The above urls are fake. if you need real urls please let me know.

Please help.