Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
Need a full-funcitoning Word Processor
posted

Long ago I used an Infragistics ASP control that provided a full-features word processor.  Very nice.  Probably like the control I am typing into right now.

I need the same for forms-based coding.  

I see there is an UltraForrmatedTextEditor.  Is this the right control to use?  

 

It doesn't seem to have a full user interface, like toolbars.   Do I have to code that?  Are there any existing tools to aid in coding the toolbars or menus?

Parents
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    There really isn't anything like that in the current suite of WinForms controls. The UltraForrmatedTextEditor is the closest thing to it, but it's really not designed for large amounts of text and it doesn't have any built-in toolbar support.

Reply Children