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

Text Editor

Scheduled Pinned Locked Moved C#
questionpostgresqldesignsaleshelp
6 Posts 3 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.
  • A Offline
    A Offline
    Aleonis
    wrote on last edited by
    #1

    Hello! I want to design a complex text editor that will be capable to design, fill and print necessary marketing papers according to the law. The negative side - i do not know how to make it happen, which classes or libraries can help me to do it? (Speaking plain, make something as powerful as MsWord when it comes to designin a document) OR: How can i export the designed document template from Microsoft Word to an application, where i will fill it with data (from Postgres 9.1) and print it? Thank you.

    L B 2 Replies Last reply
    0
    • A Aleonis

      Hello! I want to design a complex text editor that will be capable to design, fill and print necessary marketing papers according to the law. The negative side - i do not know how to make it happen, which classes or libraries can help me to do it? (Speaking plain, make something as powerful as MsWord when it comes to designin a document) OR: How can i export the designed document template from Microsoft Word to an application, where i will fill it with data (from Postgres 9.1) and print it? Thank you.

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

      Aleonis wrote:

      I want to design a complex text editor

      Aleonis wrote:

      i do not know how to make it happen

      As they say in the Emerald Isle: "You don't want to start from here!". The first thing you need to do is spend some time with some of the C# tutorials, paying particular attention to classes and how they can be used. There are some good tutorials here[^], and lots of CodeProject articles[^] to help you. Next you perhaps need to learn about how to access Microsoft Word documents using the Interop assemblies[^]. Once you have mastered these areas you can probably move on to the design phase of your editor.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      A 1 Reply Last reply
      0
      • L Lost User

        Aleonis wrote:

        I want to design a complex text editor

        Aleonis wrote:

        i do not know how to make it happen

        As they say in the Emerald Isle: "You don't want to start from here!". The first thing you need to do is spend some time with some of the C# tutorials, paying particular attention to classes and how they can be used. There are some good tutorials here[^], and lots of CodeProject articles[^] to help you. Next you perhaps need to learn about how to access Microsoft Word documents using the Interop assemblies[^]. Once you have mastered these areas you can probably move on to the design phase of your editor.

        Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

        A Offline
        A Offline
        Aleonis
        wrote on last edited by
        #3

        Well i`m not a beginner in C#, it is my first application with such demand. I`ve built a lot of apps using classes on C+ and some on C#. Thank you for showing me the right way, looks like i better master Interlop assemblies head on...

        L 1 Reply Last reply
        0
        • A Aleonis

          Well i`m not a beginner in C#, it is my first application with such demand. I`ve built a lot of apps using classes on C+ and some on C#. Thank you for showing me the right way, looks like i better master Interlop assemblies head on...

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

          Aleonis wrote:

          Well i`m not a beginner

          My apologies but your original message implied that you may have been.

          Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

          A 1 Reply Last reply
          0
          • L Lost User

            Aleonis wrote:

            Well i`m not a beginner

            My apologies but your original message implied that you may have been.

            Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

            A Offline
            A Offline
            Aleonis
            wrote on last edited by
            #5

            Yes, it looks like my own fault :) Thank you again.

            1 Reply Last reply
            0
            • A Aleonis

              Hello! I want to design a complex text editor that will be capable to design, fill and print necessary marketing papers according to the law. The negative side - i do not know how to make it happen, which classes or libraries can help me to do it? (Speaking plain, make something as powerful as MsWord when it comes to designin a document) OR: How can i export the designed document template from Microsoft Word to an application, where i will fill it with data (from Postgres 9.1) and print it? Thank you.

              B Offline
              B Offline
              BillWoodruff
              wrote on last edited by
              #6

              Is this project to be on-line, off-line, both ? It sounds to me like you are implying you want to create structured Forms (using the word 'Forms' in the 'web-sense' of that word here, not referring to WinForms). Those structured Forms, if I am understanding you correctly, would have some very formal structure dictated by legal requirements. So the issue of validation per entry arises, as well as issues of sequence of entry: if certain fields are not filled out, should other fields even be visible, or enabled ? This can be done inside Mircrosoft Word, inside Adobe's and other companies PDF produce/edit/read programs. 3rd. party controls for .NET include Forms Managers, Wizard creators, etc. I would seek to achieve these goals within existing products ... unless ... some fat client wanted to pay me a lot of money for a custom solution that would be a major effort. best, Bill

              Scipio: "That's true, Berganza; and what makes the miracle greater is, that we not only speak, but hold intelligent discourse, as though we had souls capable of reason; whereas we are so far from having it, that the difference between brutes and man consists in this, that man is a rational animal, and the brute is irrational." Cervantes, "Colloquy of Dogs," 1613CE. The two talking dogs, Scipio, Berganza, are hallucinations in the mind of a soldier with plague fever undergoing a "sweating" cure.

              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