I want to change, I belive, background color. I have no clue on how to do it, also I want to choose custom rgb or pre made colors (eg. lightblue).
Thanks very much.
This is a discussion on Chaning color of a textbox (or any control) within the Windows Programming forums, part of the Platform Specific Boards category; I want to change, I belive, background color. I have no clue on how to do it, also I want ...
I want to change, I belive, background color. I have no clue on how to do it, also I want to choose custom rgb or pre made colors (eg. lightblue).
Thanks very much.
procces WM_CTLCOLORXXX message in callback function.
XXX can be : BTN, DLG, EDIT, ...
lu lu lu I've got some apples lu lu lu You've got some too lu lu lu Let's make some applesauce Take off our clothes and lu lu lu
you can use the ChooseColor with the CHOOSECOLOR struct to get the choose color standard dialog, that will fill the COLORREF 'value' on the CHOOSECOLOR struct with the selected color; then simply apply the color.
Niara