Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Professional HTML Editor Control(!) for Windows Forms integration?

Professional HTML Editor Control(!) for Windows Forms integration?

Scheduled Pinned Locked Moved The Lounge
questioncsharphtmlvisual-studiowinforms
21 Posts 10 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Uwe Keim

    Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

    • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

    M Offline
    M Offline
    Member 96
    wrote on last edited by
    #4

    Also be aware that DevExpress is coming out with some kind of Uber rich text editing component not based on the rtf control and there are a number of word processing controls that support html and don't rely on IE as they are built from scratch. Search using that angle more than html editor or you'll get a lot of asp.net stuff.


    "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

    U 1 Reply Last reply
    0
    • M Member 96

      Also be aware that DevExpress is coming out with some kind of Uber rich text editing component not based on the rtf control and there are a number of word processing controls that support html and don't rely on IE as they are built from scratch. Search using that angle more than html editor or you'll get a lot of asp.net stuff.


      "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

      U Offline
      U Offline
      Uwe Keim
      wrote on last edited by
      #5

      Thanks John, I am aware of that editor. Unfortunately they do not seem to support tables or HTML at all.

      • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

      S M 2 Replies Last reply
      0
      • U Uwe Keim

        Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

        • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #6

        Give http://www.fckeditor.net/ [^] a try

        U 1 Reply Last reply
        0
        • U Uwe Keim

          Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

          • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

          E Offline
          E Offline
          emiaj
          wrote on last edited by
          #7

          For a full list of options, you may want to check this article: http://ajaxian.com/archives/richtexteditors-compared[^] Hope this helps.

          Jaime Febres The worst blog in the world

          U 1 Reply Last reply
          0
          • L Lost User

            Give http://www.fckeditor.net/ [^] a try

            U Offline
            U Offline
            Uwe Keim
            wrote on last edited by
            #8

            Thanks, Richard, but web editors like these that have a server and a client part and rely on the underlying web browser exists a lot. There is even an article here (http://www.codeproject.com/KB/edit/WFtinyMCE.aspx[^]) to show how to integrate in Windows Forms. But at the end of the day, they all rely on the underlying IE.

            • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

            1 Reply Last reply
            0
            • E emiaj

              For a full list of options, you may want to check this article: http://ajaxian.com/archives/richtexteditors-compared[^] Hope this helps.

              Jaime Febres The worst blog in the world

              U Offline
              U Offline
              Uwe Keim
              wrote on last edited by
              #9

              Thank you! Again, as the previous posters, those are all editors based on an (e.g.) IE or Firefox. I do need a stand-alone to host inside a Windows Forms app.

              • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

              1 Reply Last reply
              0
              • U Uwe Keim

                Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

                • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                T Offline
                T Offline
                Tomz_KV
                wrote on last edited by
                #10

                Here is a commercial one: www.ektron.com.

                TOMZ_KV

                1 Reply Last reply
                0
                • U Uwe Keim

                  Thanks John, I am aware of that editor. Unfortunately they do not seem to support tables or HTML at all.

                  • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                  S Offline
                  S Offline
                  sj72
                  wrote on last edited by
                  #11

                  Here is one that supports tables http://www.textcontrol.com/products/client_side/dotnet/features/[^]

                  1 Reply Last reply
                  0
                  • U Uwe Keim

                    Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

                    • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                    R Offline
                    R Offline
                    Rama Krishna Vavilala
                    wrote on last edited by
                    #12

                    Uwe Keim wrote:

                    editing HTML tables.

                    What exactly is the problem with that? I have IE hosted as an editor + form designer in my app and it works pretty good even for tables. The only problem I have is with the formatting of the HTML.

                    Uwe Keim wrote:

                    the editor inside VS.NET or Expression Web

                    It is based on FrontPage and is not licensable yet. But I agree that is the deal.

                    U 1 Reply Last reply
                    0
                    • U Uwe Keim

                      Thanks John, I am aware of that editor. Unfortunately they do not seem to support tables or HTML at all.

                      • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                      M Offline
                      M Offline
                      Member 96
                      wrote on last edited by
                      #13

                      I saw one a long time ago that did what you want, this one might be it: http://www.netrixcomponent.net/ProductPage.aspx?ProductId=8&SiteId=6[^] But the website looks unfamiliar. There are a few that are not based on interoping IE if you hunt around.


                      "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

                      U 1 Reply Last reply
                      0
                      • U Uwe Keim

                        Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

                        • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                        J Offline
                        J Offline
                        Jim Crafton
                        wrote on last edited by
                        #14

                        What about http://www.terrainformatica.com/htmengine/[^] I know the author is (or was) a CP member. Here's an editor by the same group that apparently is based on their html engine: http://blocknote.net/index.shtml[^]

                        ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

                        1 Reply Last reply
                        0
                        • R Rama Krishna Vavilala

                          Uwe Keim wrote:

                          editing HTML tables.

                          What exactly is the problem with that? I have IE hosted as an editor + form designer in my app and it works pretty good even for tables. The only problem I have is with the formatting of the HTML.

                          Uwe Keim wrote:

                          the editor inside VS.NET or Expression Web

                          It is based on FrontPage and is not licensable yet. But I agree that is the deal.

                          U Offline
                          U Offline
                          Uwe Keim
                          wrote on last edited by
                          #15

                          Thank you for your reply. In fact, VS.2008 and Expression Web are completely new written Editor (code name "Quartz"). Editing tables inside IE compared to Word is really awfully bad implemented in IE (No column resizing e.g.)

                          • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                          1 Reply Last reply
                          0
                          • M Member 96

                            I saw one a long time ago that did what you want, this one might be it: http://www.netrixcomponent.net/ProductPage.aspx?ProductId=8&SiteId=6[^] But the website looks unfamiliar. There are a few that are not based on interoping IE if you hunt around.


                            "It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson

                            U Offline
                            U Offline
                            Uwe Keim
                            wrote on last edited by
                            #16

                            Wow, thanks, that one really looks great. No licensing details found, but seems to be affordable. The website is copyright 2007, that looks a bit strange...

                            • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                            J 1 Reply Last reply
                            0
                            • U Uwe Keim

                              Wow, thanks, that one really looks great. No licensing details found, but seems to be affordable. The website is copyright 2007, that looks a bit strange...

                              • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                              J Offline
                              J Offline
                              Jim Crafton
                              wrote on last edited by
                              #17

                              I notice that they claim "It is the first fully functional MSHTML implementation". Does that mean they use MSHTML, i.e. hte IWebBrowser control, which would be the same as you're doing, right?

                              ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

                              U 1 Reply Last reply
                              0
                              • J Jim Crafton

                                I notice that they claim "It is the first fully functional MSHTML implementation". Does that mean they use MSHTML, i.e. hte IWebBrowser control, which would be the same as you're doing, right?

                                ¡El diablo está en mis pantalones! ¡Mire, mire! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog Just Say No to Web 2 Point Oh

                                U Offline
                                U Offline
                                Uwe Keim
                                wrote on last edited by
                                #18

                                No. To me, this means, they implemented all the functionality of MSHTML but without MSHTML. I just tried their sample application. Table handling is much more nicer than in MSHTML.

                                • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                                1 Reply Last reply
                                0
                                • U Uwe Keim

                                  Is this a programming question? Hopefully you see it like me that this is more a "Uwe is too stupid to use Google correctly" question. My question goes like this: Currently we are using the standard IE in Editor Mode to enable HTML editing capabilities inside a Windows Forms application. Now this editor is for free but is rather weak in several areas, e.g. editing HTML tables. Question: Is anyone aware of a professional HTML editor that we can purchase to integrate into our products? The ultimate solution would be to license the editor inside VS.NET or Expression Web, but I really found no resources whether/how this is possible? Thanks for your time and answers!

                                  • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                                  R Offline
                                  R Offline
                                  Ravi Bhavnani
                                  wrote on last edited by
                                  #19

                                  Sorry if this is a repost, but will NikhilK's[^] HTML editor control work? The price seems hard to beat. Edit: [Ah, prolly not since it seems to be a wrapper for MSHTML] /ravi

                                  My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                  U 1 Reply Last reply
                                  0
                                  • R Ravi Bhavnani

                                    Sorry if this is a repost, but will NikhilK's[^] HTML editor control work? The price seems hard to beat. Edit: [Ah, prolly not since it seems to be a wrapper for MSHTML] /ravi

                                    My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                    U Offline
                                    U Offline
                                    Uwe Keim
                                    wrote on last edited by
                                    #20

                                    Thank you! Unfortunately, this is another host of the IE control.

                                    • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                                    R 1 Reply Last reply
                                    0
                                    • U Uwe Keim

                                      Thank you! Unfortunately, this is another host of the IE control.

                                      • My personal 24/7 webcam - Always live ;-) • Zeta Producer Desktop CMS - Intuitive, completely easy-to-use. Try out and download here now! • Zeta Uploader - Easily send large files by e-mail. Windows and web client available.

                                      R Offline
                                      R Offline
                                      Ravi Bhavnani
                                      wrote on last edited by
                                      #21

                                      Uwe Keim wrote:

                                      Unfortunately, this is another host of the IE control.

                                      Yes, that's what I figured moments after posting my reply. :-O /ravi

                                      My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com

                                      1 Reply Last reply
                                      0
                                      Reply
                                      • Reply as topic
                                      Log in to reply
                                      • Oldest to Newest
                                      • Newest to Oldest
                                      • Most Votes


                                      • Login

                                      • Don't have an account? Register

                                      • Login or register to search.
                                      • First post
                                        Last post
                                      0
                                      • Categories
                                      • Recent
                                      • Tags
                                      • Popular
                                      • World
                                      • Users
                                      • Groups