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

builtin text editor in c#

Scheduled Pinned Locked Moved C#
questiondatabasecsharphelp
2 Posts 2 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.
  • H Offline
    H Offline
    H R
    wrote on last edited by
    #1

    In my windows application project , I have several user-forms and letters , that should stored in SQL database. * User must be able to change contents and format of the forms and some parts of the letters. (editing the forms and letters by user) * Program must be able to change or fill some parts of a letter for a person and print it. (filling and editing the forms and letters by program at runtime) ---------------------------- What is the best idea for this program ? Should I have a builtin text editor in my program ? How can I change or fill some parts of a letter or form at runtime ? What about office-word to use for this program ? ---------------------------- what I should to do ? please help me.

    H.R

    C 1 Reply Last reply
    0
    • H H R

      In my windows application project , I have several user-forms and letters , that should stored in SQL database. * User must be able to change contents and format of the forms and some parts of the letters. (editing the forms and letters by user) * Program must be able to change or fill some parts of a letter for a person and print it. (filling and editing the forms and letters by program at runtime) ---------------------------- What is the best idea for this program ? Should I have a builtin text editor in my program ? How can I change or fill some parts of a letter or form at runtime ? What about office-word to use for this program ? ---------------------------- what I should to do ? please help me.

      H.R

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Word seems like overkill to me, esp because it means your users must have Word installed. A rich text editor, or even a textbox, sounds like it could be fine. It depends on the format of the files, what sort of stuff you need to support.

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      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