I need to make ActiveX control which is unicode compliant
and supports RTF.
Does anybody has idea how to do that.
1. hyperlinks in rtf control...
2. How to write a RTF Control? - CSharp/C#
3. Dragging (and dropping) text inside a RTF control
Hi, I try to implement dragging (and dropping) of text inside a rtf control (similar as word i guess) I have set AllowdDrop = true and setup the handlers for DragDrop, DragOver, DragEnter. is there anything else i need to do ? becuase if i now select some text in the control and start dragging this, the very first time i see the 'no entry' sign (none of my handlers getting called), if i now repeat the operation, i see the 'copy' sign (because the DragOver, DragEnter set the effect to this), but it also executes the DragDrop, (from the previous attempt) even if i stil have my mousebutton is still drown.. Regards, Fred
5. Read in RTF into a RichTextBox control and save it to a RTF file
Hi there How can I read a RTF file into a RichTextBox control without the original format being lost? And how can I save the text entered in a RichTextBox into a RTF file without the original format being lost? It seems I can't use System.IO.StreamReader. Is there any thing I can use to do this? Many thanks Yuelin
6. Copy and Pasting RTF to non RTF supported program - CSharp/C#
7. Control for HTML, RTF, Plain Text?
Does anyone knows of a control that supports these formats? Thanks in advance, Peter