Hallo Fivewinners,
How can I change the text-color of an Prompt-Text in a TBBUTTON?
Regards Norbert
Hallo Fivewinners,
How can I change the text-color of an Prompt-Text in a TBBUTTON?
Regards Norbert
Norber,
I think this is a Windows limitation. You can try using a BMP button (without the BMP).
@ 30, 10 BTNBMP oBtn PROMPT "Close";
ACTION oDlg:End()
oBtn:SetColor( CLR_RED, CLR_YELLOW )
James