lyledg Posted August 27, 2004 Posted August 27, 2004 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
Holger Posted August 27, 2004 Posted August 27, 2004 @lyledg: you have to use it as style like the help-file says:GUISetControl ( type, "text", left, top [,width [,height [,stylei.e.:... #include "GUIConstants.au3" ... GUISetControl("progress","",10,10,100,10,$PBS_SMOOTH) ...Regards Holger Old project:GUI/Tray menu with icons and colors Other old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView
lyledg Posted August 29, 2004 Author Posted August 29, 2004 (edited) @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 <{POST_SNAPBACK}>Thanks Holger for responding....I now feel a little embarrased knowing how easy the answer was...doh! Cheers Mate! Edited August 29, 2004 by lyledg
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now