anybody knows how to make a textbox or richtextbox interpret ANSI color or escape sequence.
pls help me.
Printable View
anybody knows how to make a textbox or richtextbox interpret ANSI color or escape sequence.
pls help me.
You cannot do that directly. You have to use SendMessage to the window to get it to change. In other words, you will have to
send messages for each color change. Simply sending an escape sequence does nothing.
ANSI escape sequences are not understood by MS Windows.