Results 1 to 3 of 3

Thread: browser: progresschange

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2005
    Posts
    26

    browser: progresschange

    how does:
    --------------------------------------------------------------------------
    VB Code:
    1. private sub Web_ProgressChange(Byval Progress as long, Byval ProgressMax as long)
    2.  
    3. end sub
    --------------------------------------------------------------------------

    work?

  2. #2
    Member
    Join Date
    Jul 2003
    Location
    UK
    Posts
    60

    Re: browser: progresschange

    Provides information that can be used to display the progress of a download in bytes. Multiply Progress by 100 and divide by ProgressMax (if not -1). Hope this helps.

    Nick

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2005
    Posts
    26

    Re: browser: progresschange

    Quote Originally Posted by nickjc
    Provides information that can be used to display the progress of a download in bytes. Multiply Progress by 100 and divide by ProgressMax (if not -1). Hope this helps.

    Nick
    nope

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