WYSIWYG editor for Windows forms
        Posted  
        
            by Tired
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Tired
        
        
        
        Published on 2009-03-12T00:36:57Z
        Indexed on 
            2010/04/07
            4:13 UTC
        
        
        Read the original article
        Hit count: 478
        
Does anyone know of a good WYSIWYG editor for Windows forms. If I use a rich textbox, I need to handle pasting events, bold buttons, fonts etc, which is a nightmare.
I’m currently using the HTML control, suggested by many sites, but I have a large form, with many tabs. Since I have to load up to 8 HTML controls, loading the form takes too long.
Any help?
© Stack Overflow or respective owner