Click to See Complete Forum and Search --> : Text editing


mrs99mrs99
February 24th, 2010, 06:42 PM
what is the best control to use to edit text; ie: bold, underline etc...
I also need to add pictures and get the x and y coords of the pictures and the text.
I looked at xslt and xml with word but it seems like overkill.
Any ideas?

rliq
February 24th, 2010, 10:28 PM
A RichTextBox control.

mrs99mrs99
February 25th, 2010, 06:41 AM
I was trying to avoid that. Thanks for your reply.

rliq
February 25th, 2010, 06:53 PM
Would you enlighten us as to why you were trying to avoid a RichTextBox control? Maybe then, somebody could suggest an alternative.