Text color

Hello.
I can’t change text color (on vista). How can I do this?
http://pastie.org/313982
I try mingw too…

Cyrill Jakovlev wrote:

I can’t change text color (on vista). How can I do this?
http://pastie.org/313982

If you want to have coloured, styled text using TextAttr, you must
create your TextCtrl with the styles
Wx::TE_RICH|Wx::TE_RICH2|Wx::TE_MULTILINE

A normal multiline TextCtrl is just plain text, in system standard
colours.

hth
a

Now text is coloured, tnx)