- Code: Select all Expand view RUN
- @ nTop, nLeft SAY oSay PROMPT "Prompt" SIZE nClientWidth, nFontHeight FONT oFont BORDER PIXEL CENTER COLOR CLR_BLACK, CLR_WHITE UPDATE
I already use
- Code: Select all Expand view RUN
- oSay:SetText("Something Else")
But I also need to change either the Text or Background Color of the SAY.
- Code: Select all Expand view RUN
- oSay:SetColor(CLR_GREEN, CLR_BLUE)
I have tried
- Code: Select all Expand view RUN
- SetTextColor(oSay:hWnd, nRGB(CLR_GREEN))
And
- Code: Select all Expand view RUN
- REDEFINE SAY oSAY COLOR CLR_GREEN, CLR_BLUE
Can somebody point me in the right direction.
Regards
Chris Millard