Jump to content

Recommended Posts

Posted

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.

Posted Image

Posted

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.

f_mrcleansmalm_77ce002.jpgAutoIt has helped make me wealthy

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
×
×
  • Create New...