What language are you using? If this is in .NET (C# or VB), then I think I remember an advertisement I once saw on another site. Don't quite remember if its what you are asking for and will take me some time to hunt it down.
-chronodekar
EditDid a bit of searching. I think you can duplicate that functionality with some kind of modified (or VERY limited) grid control. Have a look here,
http://www.codeproject.com/Articles/23746/...ew-with-ColumnsThe third picture there - it has that alternate color you want. Just limit it to a single column and print out only text into it. Might work.
There there is this,
http://cleancode.sourceforge.net/api/cshar...RichTextBox.htmIt's some kind of rich-text box with, get this,
intellisense !
Obviously, I haven't tried any of these out. Perhaps you could ask the question on stackoverflow? (please link it back here if you do - I want to know how to do this as well)
-chronodekar
This post has been edited by kayden997: Dec 1 2012, 09:49 AM