Rich Text Editing in Windows Forms
        Posted  
        
            by fawad
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by fawad
        
        
        
        Published on 2010-03-15T06:41:17Z
        Indexed on 
            2010/03/15
            6:49 UTC
        
        
        Read the original article
        Hit count: 545
        
I am using following text editor for my windows forms application
http://www.codeproject.com/KB/edit/editor_in_windows_forms.aspx
This works great and a wonderful control, however I am trying to accomplish one task i.e. I wanted to insert a custom tag to the underlying html for eg if user clicks on a button on form I want to insert a tag <myTag>value</myTag>" at the cursor's position of text editor.
Can anyone guide me how to achieve this?
© Stack Overflow or respective owner