TIA...:
How to #CCM_SETBKCOLOR for Button ?
I see this Example by Andre 2003
SendMessage_(GadgetID(9),#CCM_SETBKCOLOR,0,RGB(60,50,0))
that colors a ProgressBar .
Is there one for Button ?
Thanks...
How to #CCM_SETBKCOLOR for Button ?
-
- User
- Posts: 23
- Joined: Thu Apr 18, 2024 9:12 pm
Re: How to #CCM_SETBKCOLOR for Button ?
Hello,
It's not possible to change front and backcolor for buttons. It's why PB doesn't propose it.
You have to create them by yourself. Various possibilities to do that.
It's not possible to change front and backcolor for buttons. It's why PB doesn't propose it.
You have to create them by yourself. Various possibilities to do that.
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
Except on this sentence...
Re: How to #CCM_SETBKCOLOR for Button ?
I just use ButtonImageGadgets() because it's easier and less code.