Lower end Word Processing Component

  • Thread starter Thread starter jkimbler
  • Start date Start date
J

jkimbler

I've been looking all over the net for a Word Processing component or
expanded RTF component that doesn't cost over $200. I don't need all
the bells and whistles..just some simple formatting that can be saved
to a database. Anyone know of a low cost, or Open Source solution for
VB.NET?

-Joe
 
I've been looking all over the net for a Word Processing component or
expanded RTF component that doesn't cost over $200. I don't need all
the bells and whistles..just some simple formatting that can be saved
to a database. Anyone know of a low cost, or Open Source solution for
VB.NET?

-Joe

Well, if you don't need anything to advanced... What's wrong with
the .NET RTF control? If you use the WPF RichTextBox, you even get a
spell checker....
 
Well, if you don't need anything to advanced... What's wrong with
the .NET RTF control? If you use the WPF RichTextBox, you even get a
spell checker....

Or if the standard or WPF RichTextBox controls dont cut it, there are
several extended versions available on codeproject.com. Be sure to
read the licensing agreements, not everything is free for all uses.

Thanks,

Seth Rowe
 
Back
Top