I'd like to downlowd one file chosen form this url

http://www.senao.com.tw/download.aspx

But I need to use Visual Basic to autodownload form this url. Without click on it. so, can I finish the work?

link|improve this question
feedback

migrated from superuser.com May 9 '11 at 5:26

This question came from our site for computer enthusiasts and power users.

1 Answer

For VB.NET:

My.Computer.Network.DownloadFile(address, destinationFileName)

For any language on Windows that supports COM: see URLDownloadToFile.

link|improve this answer
Sorry , I use Visual Basic and I can't use the command – Angela May 9 '11 at 5:54
And I don't know how to make my VB supports COM! – Angela May 9 '11 at 5:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.