Drstein99 Posted April 28, 2005 Posted April 28, 2005 I'm having issues with richtextbox. I want to insert and delete text, from it - and I can not use the .text property, since I am using colors and formatting, etc are lost when I do: richtextbox.text = richtextbox.text.insert(25,"Testing") Is there any articles, links, or information regarding an efficient method to handle the .rtf , w/ all the codes and such? For example - translating the selection indexes, and the point at which they occur in .RTF; is a huge problem dealing with line/breaks carriage returns. The .selectionstart property deals with the .text property on richtextbox, and pretty much the only resources I can see so far are .selectedrtf and .rtf - also some functions to load files into the .rtf Quote www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.