Jump to content

Progress Bar for Web Pages


Affe
 Share

Recommended Posts

I am trying to write a progress bar for when an embedded web page is being downloaded to be displayed. Here is the code that I have tried and does not work:

CODE
While _IELoadWait($oIE)

$size = @InetGetActive

$percent_DL = (Round(@InetGetBytesRead / $size)) * 100

$load_progress = ProgressSet($percent_DL)

Sleep(250)

WEnd

Can anyone give me an idea of what to do to make this work?

[center][/center]

Link to comment
Share on other sites

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...