Jump to content

Progress Bar always on top (With a full screen application)


Trent
 Share

Recommended Posts

I'm trying to get this progress bar to show with a full screen application, but I'm not sure how I can do it.

ProgressOn("","","",125,125,1)
For $i = 1 to 100 step 3
    sleep(1000)
    ProgressSet( $i, $i & "%")
Next
ProgressOff()

That's what I have right now, but I'm not sure what the next step would be. What do I have to do so it will always be on top with full screen applications?

Hopefully someone can point me in the right direction.

Thanks

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...