Jump to content

Progress bar querstion


lyledg
 Share

Recommended Posts

Guys,

I want to have a smooth progress bar rather than a segemented one...I read in the help files to use 'PBS_SMOOTH 0x01', but not sure how to use this in my code..

Any examples would be greatly appreciated..

Cheers

Link to comment
Share on other sites

@lyledg: you have to use it as style like the help-file says:

GUISetControl ( type, "text", left, top [,width [,height [,style

i.e.:

...
#include "GUIConstants.au3"
...
GUISetControl("progress","",10,10,100,10,$PBS_SMOOTH)
...

Regards Holger :ph34r:

Link to comment
Share on other sites

@lyledg: you have to use it as style like the help-file says:

GUISetControl ( type, "text", left, top [,width [,height [,style

i.e.:

...
#include "GUIConstants.au3"
...
GUISetControl("progress","",10,10,100,10,$PBS_SMOOTH)
...

Regards Holger :ph34r:

<{POST_SNAPBACK}>

Thanks Holger for responding....I now feel a little embarrased knowing how easy the answer was...doh! :(

Cheers Mate! :lol:

Edited by lyledg
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...