CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Posts
    8

    File Transfer Question

    I am working on an application that needs the ability to download files from the internet to the local hard drive. It doesn't need the ability to upload them, strictly download. Is there a simple way to do this? Maybe a push in the right direction? Thanks

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: File Transfer Question

    Try 'URLDownloadToFile'. Maybe this will do the job for you.

  3. #3
    Join Date
    Apr 2006
    Posts
    8

    Re: File Transfer Question

    Quote Originally Posted by Skizmo
    Try 'URLDownloadToFile'. Maybe this will do the job for you.

    Thank You ..... I'm working on it now .... Chuck

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

Featured