lyledg 0 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 Share this post Link to post Share on other sites
Holger 14 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 colorsOther old stuff:IconFileScanner, TriState/ThreeState GUI TreeView, GUI ContextMenu created out of a TreeView Share this post Link to post Share on other sites
lyledg 0 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 Share this post Link to post Share on other sites