Hi,
I like to use the RichInk or a simular control to read, edit and write existing RTF files.
Tried a few commercial controls like the one from www.dsrtech.com, but can't reach them by email (don't exist anymore??), http://www.spellbuddy.com/SukiRichInk/SukiRichInk.asp but no repsonses to emails.
Tried using the RichInk control from www.opennetcf.com, but can not find good examples for VS2005 and C# (there is only older stuff available).
Is there some controls and sample code (C# with VS2005) which I can use which shows me a little bit more about RichText control and the stuff I like to do.
For editting, I only like to change font color, size and type (bold, italic).
Thanks and best regards,
Egbert
Mahesh ChandPosted May 1, 2008, 9:58 AM
Did you look at RichTextBox control? You can use this control to read, edit, and write RTF files.