P
Phil
Hi All!
What is the most recommended way of displaying formatted
text from a database and allowing users to edit and save
it back to the database?
I guess, RichTextBox control will do the job, but I was
not able to display multi-line table rows properly in the
RichTextBox control [although they display just fine in
Word(Pad)]:
http://communities.microsoft.com/newsgroups/previewFrame.a
sp?
ICP=msdn&sLCID=us&sgroupURL=microsoft.public.dotnet.framew
ork.windowsforms&sMessageID=%253C06fd01c3ad0c%
2524e4d8c490%[email protected]%253E
i.e., instead of
+---+
| A |
+---+
|AAA|
|AAA|
|AAA|
+---+
I am getting
+---+
| A |
+---+
|AAA|AAAAAA
+---+
What gives? Hopefully, there is an alternative to Word
automation, because I do not want my application to
depend on Word.
Phil
What is the most recommended way of displaying formatted
text from a database and allowing users to edit and save
it back to the database?
I guess, RichTextBox control will do the job, but I was
not able to display multi-line table rows properly in the
RichTextBox control [although they display just fine in
Word(Pad)]:
http://communities.microsoft.com/newsgroups/previewFrame.a
sp?
ICP=msdn&sLCID=us&sgroupURL=microsoft.public.dotnet.framew
ork.windowsforms&sMessageID=%253C06fd01c3ad0c%
2524e4d8c490%[email protected]%253E
i.e., instead of
+---+
| A |
+---+
|AAA|
|AAA|
|AAA|
+---+
I am getting
+---+
| A |
+---+
|AAA|AAAAAA
+---+
What gives? Hopefully, there is an alternative to Word
automation, because I do not want my application to
depend on Word.
Phil