PDA

Click to See Complete Forum and Search --> : need help... pls


Hiorie
Mar 3rd, 2002, 10:50 PM
anybody knows how to make a textbox or richtextbox interpret ANSI color or escape sequence.

pls help me.

jim mcnamara
Mar 4th, 2002, 11:51 AM
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.