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?
Printable View
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?
A RichTextBox control.
I was trying to avoid that. Thanks for your reply.
Would you enlighten us as to why you were trying to avoid a RichTextBox control? Maybe then, somebody could suggest an alternative.