I have a simple question which I'm sure must have a simple answer How do you change the text colour in a button ? I've tried %tc but that changes the text colour in the remainder of the window, but not for the button. I've also tried set_control_text_colour@ with the control handle from %lc, but this doesn't change the text colour either, though I can change the actual text with this handle using change_button_text@
Is there a way to do this using the Windows API ?
- Farrugia