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