CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Progress Bar

  1. #1
    Join Date
    Apr 1999
    Posts
    32

    Progress Bar

    Hello! I am implementing a download from a Remote Server of huge files. I would like to know how to increment my progress bar. How can I possibly know, the number of bytes of the file to download, how many bytes remain to download or how many have been already downloaded?
    Thenk you Nicola


  2. #2
    Join Date
    Apr 1999
    Posts
    90

    Re: Progress Bar

    Have you looked at the 'CopyFileEx()' function?


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