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. General Programming
  3. C#
  4. i need an editor control for windows application(C#), do u have? or any idea...

i need an editor control for windows application(C#), do u have? or any idea...

Scheduled Pinned Locked Moved C#
csharphtmlhelpquestion
6 Posts 3 Posters 1 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.
  • M Offline
    M Offline
    mr mohsen
    wrote on last edited by
    #1

    hi friends i need a html editor for my application but i didnt find. i have some editor base on web application but no one can use in windows application do u know a html editor that can use in c# application(windows base)? please help me

    nobody help you... you have to help you yourself and this is success way.

    R A 2 Replies Last reply
    0
    • M mr mohsen

      hi friends i need a html editor for my application but i didnt find. i have some editor base on web application but no one can use in windows application do u know a html editor that can use in c# application(windows base)? please help me

      nobody help you... you have to help you yourself and this is success way.

      R Offline
      R Offline
      Rajdeep NET
      wrote on last edited by
      #2

      Do you want to create html file or HTML help files with .chm extension? Please verify that!

      I calculate my days on earth..... approximately 55 years remaining for me to expire ;-)

      1 Reply Last reply
      0
      • M mr mohsen

        hi friends i need a html editor for my application but i didnt find. i have some editor base on web application but no one can use in windows application do u know a html editor that can use in c# application(windows base)? please help me

        nobody help you... you have to help you yourself and this is success way.

        A Offline
        A Offline
        Adam R Harris
        wrote on last edited by
        #3

        Hello, You should take a look at the DesignMode property of the WebBrowser Control. If you switch it to "on" it turns the WebBrowser Control into a WYSISYG (What You See Is What You Get) editor. Then you can get the HTML from the WebBrowser Control. Check out this great article on how to use the WebBrowser Control Using the WebBrowser control in .NET[^]

        M 1 Reply Last reply
        0
        • A Adam R Harris

          Hello, You should take a look at the DesignMode property of the WebBrowser Control. If you switch it to "on" it turns the WebBrowser Control into a WYSISYG (What You See Is What You Get) editor. Then you can get the HTML from the WebBrowser Control. Check out this great article on how to use the WebBrowser Control Using the WebBrowser control in .NET[^]

          M Offline
          M Offline
          mr mohsen
          wrote on last edited by
          #4

          my friend thank you for ur reply but i need a html/text editor like gmail editor for writting message but with bit different and the different is that i want use this html/text editor in my windows application project.(c#.net) in this article i didnt see some place for input html source or editing source with toolbar menu like office are u sure that this article is usefull for me?

          nobody help you... you have to help you yourself and this is success way.

          A 1 Reply Last reply
          0
          • M mr mohsen

            my friend thank you for ur reply but i need a html/text editor like gmail editor for writting message but with bit different and the different is that i want use this html/text editor in my windows application project.(c#.net) in this article i didnt see some place for input html source or editing source with toolbar menu like office are u sure that this article is usefull for me?

            nobody help you... you have to help you yourself and this is success way.

            A Offline
            A Offline
            Adam R Harris
            wrote on last edited by
            #5

            The article will show you how to place the a WebBrowser control onto your form, and it shows you how to switch DesignMode "on". After that all the other functionality (i.e. editing source with toolbar menu like office) you would have to build yourself. You can access the complete HTMLDocument by using the Document property on the WebBrowser control then use that to insert elements from your menu. More info on the WebBrowser: http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx[^]

            M 1 Reply Last reply
            0
            • A Adam R Harris

              The article will show you how to place the a WebBrowser control onto your form, and it shows you how to switch DesignMode "on". After that all the other functionality (i.e. editing source with toolbar menu like office) you would have to build yourself. You can access the complete HTMLDocument by using the Document property on the WebBrowser control then use that to insert elements from your menu. More info on the WebBrowser: http://msdn.microsoft.com/en-us/library/system.windows.forms.webbrowser.aspx[^]

              M Offline
              M Offline
              mr mohsen
              wrote on last edited by
              #6

              thank you for ur reply i am going to test it !!!

              nobody help you... you have to help you yourself and this is success way.

              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