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. Text editor in c#

Text editor in c#

Scheduled Pinned Locked Moved C#
csharphelptutorial
11 Posts 5 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.
  • V veluru krishna

    can anyone tell me how to create text editor in c#.

    Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

    E Offline
    E Offline
    ednrgc
    wrote on last edited by
    #2

    you can start your homework with a multiline textbox.

    V 1 Reply Last reply
    0
    • V veluru krishna

      can anyone tell me how to create text editor in c#.

      Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

      E Offline
      E Offline
      ednrgc
      wrote on last edited by
      #3

      You can start your homework with a multiline textbox. (if this is multiple posted, I apologize. There seems to be a problem submitted the form).

      V 1 Reply Last reply
      0
      • E ednrgc

        you can start your homework with a multiline textbox.

        V Offline
        V Offline
        veluru krishna
        wrote on last edited by
        #4

        I have tried using that but unfortunately it is getting timeout before my due date .can you post any code u have for text editor in c#

        Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

        E 1 Reply Last reply
        0
        • E ednrgc

          You can start your homework with a multiline textbox. (if this is multiple posted, I apologize. There seems to be a problem submitted the form).

          V Offline
          V Offline
          veluru krishna
          wrote on last edited by
          #5

          can you send the code to yahoo id mine is veluru_kc@yahoo.com

          Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

          E 1 Reply Last reply
          0
          • V veluru krishna

            I have tried using that but unfortunately it is getting timeout before my due date .can you post any code u have for text editor in c#

            Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

            E Offline
            E Offline
            ednrgc
            wrote on last edited by
            #6

            No.

            1 Reply Last reply
            0
            • V veluru krishna

              can you send the code to yahoo id mine is veluru_kc@yahoo.com

              Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

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

              No

              1 Reply Last reply
              0
              • V veluru krishna

                can anyone tell me how to create text editor in c#.

                Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

                J Offline
                J Offline
                Jamie Nordmeyer
                wrote on last edited by
                #8

                You can't expect anybody to do your homework for you, which it appears is what you want based on the rest of this thread. What you CAN do, is browse through CodeProject, and look for samples, of which there are plenty. If all you want is a basic text editor (no syntax coloring, etc.), you can do so with a multiline text box. Then, just add in menus to the main window, and a context menu to your text box, and you're set. If you're looking for an advanced editor, then you're going to need to use the Rich Text control (or roll your own, which is orders more difficult). Either way, you'll have to do the work yourself, and not expect someone else to do it for you. If someone else does it, you don't learn anything, and we end up with another programmer in the job pool who can't hack it in the work force.

                Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA

                V 1 Reply Last reply
                0
                • J Jamie Nordmeyer

                  You can't expect anybody to do your homework for you, which it appears is what you want based on the rest of this thread. What you CAN do, is browse through CodeProject, and look for samples, of which there are plenty. If all you want is a basic text editor (no syntax coloring, etc.), you can do so with a multiline text box. Then, just add in menus to the main window, and a context menu to your text box, and you're set. If you're looking for an advanced editor, then you're going to need to use the Rich Text control (or roll your own, which is orders more difficult). Either way, you'll have to do the work yourself, and not expect someone else to do it for you. If someone else does it, you don't learn anything, and we end up with another programmer in the job pool who can't hack it in the work force.

                  Kyosa Jamie Nordmeyer - Taekwondo Yi (2nd) Dan Portland, Oregon, USA

                  V Offline
                  V Offline
                  veluru krishna
                  wrote on last edited by
                  #9

                  i am sorry i doesn't mean it i am looking for a sample code that is a part of it not the whole

                  Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

                  1 Reply Last reply
                  0
                  • V veluru krishna

                    can anyone tell me how to create text editor in c#.

                    Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

                    A Offline
                    A Offline
                    aamironline
                    wrote on last edited by
                    #10

                    There are some open source text editors available. You can start by looking their code. For example - SharpEdit : http://sourceforge.net/projects/sharpedit/[^] - Fireball Code Editor : http://www.codeproject.com/useritems/fireballcodeeditor.asp[^]

                    M Aamir Maniar aamirOnline.com

                    1 Reply Last reply
                    0
                    • V veluru krishna

                      can anyone tell me how to create text editor in c#.

                      Don't wait to hear a word of thanks from anybody when you help them instead ask them to help three other people and ask them to continue in chain.

                      J Offline
                      J Offline
                      Judah Gabriel Himango
                      wrote on last edited by
                      #11

                      veluru krishna wrote:

                      can anyone tell me how to create text editor in c#.

                      The RichTextBox class provides basic text editor functionality.

                      Tech, life, family, faith: Give me a visit. I'm currently blogging about: God-as-Judge, God-as-Forgiver The apostle Paul, modernly speaking: Epistles of Paul Judah Himango

                      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