I've coded a small text editor for a special purpose. I now need to hard code tab stops every five spaces. Can someone show me an easy way to do that in a RTB.
Thanks!
Wendy
Printable View
I've coded a small text editor for a special purpose. I now need to hard code tab stops every five spaces. Can someone show me an easy way to do that in a RTB.
Thanks!
Wendy
Use the SelTabCount and the SelTabs properties. See MSDN for more information.
Thanks, Joacim!
I found what I needed. I guess the reason I didn't think about MSDN is because it was so late at night. (I'm also still new at this, too.)
Wendy