taq Posted April 15, 2008 Posted April 15, 2008 Hey, I'm fairly new to autoit, so I apologize if this is an obvious fix. I've searched all over this forum but I haven't found any answers.My problem is this: I don't want there to be any kind of colour or border around my progress bar, but I don't know how to hide or get rid of it.I've changed the colours around, but it still keeps this default background colour behind it no matter what I do.
LarryDalooza Posted April 15, 2008 Posted April 15, 2008 Experiment with GUICtrlSetStyle() and some WindowsConstants.au3 constants (e.g. WS_CLIENTEDGE)... also see the ProgressConstants.au3 for some progress "messages" that you can _SendMessage() to try to affect colors. Lar. AutoIt has helped make me wealthy
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