Hi im looking for example to download manager for rs.com and ff.com links for premium users(Login staff). Thx
Printable View
Hi im looking for example to download manager for rs.com and ff.com links for premium users(Login staff). Thx
(in VB2008)to download a file:
My.Computer.Network.DownloadFile _
("http://www.google.com", _
"C:\googlepage.txt")
Quote:
Originally Posted by AlexVorn
I know that but i dont know how to integrate login information for premium users.
Have you read the documentation for the DownloadFile method? Do so and you should find that your question is answered.
Quote:
Originally Posted by jmcilhinney
Thx i was check this :http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx and http://msdn2.microsoft.com/en-us/library/ack30t8y.aspx
Inlode code
But its not working..(download only 5 kb and thats it, when file has 100 MB)Code:My.Computer.Network.DownloadFile _
("http://www.cohowinery.com/downloads/WineList.txt", _
"C:\Documents and Settings\All Users\Documents\WineList.txt", "anonymous", "password")
Im sorry for my questions but i m just begginer and some thinks are unclear for me. The best way how to explain smt to begginer is provide some small apllication with code.
Thx a lot for any reply...
ah.... the ever so elusive silver platter