Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

www.DRSTEIN99.com www.RAIDGEAR.net www.THERE.com -> Tell them DrStein99 sent ya!

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...