Results 1 to 3 of 3

Thread: Download File from the WEB

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Apr 2003
    Location
    Devon - UK
    Posts
    214

    Download File from the WEB

    I have a VB 2003 windows app that downloads file from the net thus:-

    Code:
            Dim myWebClient As New System.Net.WebClient
            myWebClient.DownloadFile(Filename)
    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.

    How can I download a file on a smartdevice?

  2. #2
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Download File from the WEB

    Not sure if that's what you want but take a look.
    http://www.vbforums.com/showthread.php?t=479412

  3. #3
    Banned
    Join Date
    Sep 2007
    Posts
    3

    Re: Download File from the WEB

    It seems what he need

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width