Re: reverse text in window
- Posted by DerekParnell (admin) Dec 29, 2011
- 1361 views
dcole said...
Hello everyone,
How do I print reverse text in windows?
I don't want to change the background color of the whole window. Just the line that says "hello".
Don Cole
Don't write the text to a window. Instead, create a LText control and write into that. You can change the FG abd BG colors of the LText without affecting the parent window.