I have a VB 2003 windows app that downloads file from the net thus:-
I now have a VB2005 Smartdevice app that needs to do the same thing,but Webclient is not available in system.net namespace for a smartdevice app.Code:Dim myWebClient As New System.Net.WebClient myWebClient.DownloadFile(Filename)
How can I download a file on a smartdevice?


Reply With Quote
