java_mouse
java_mouse

Reputation: 2109

Replacing MS Word with a .net control

We are doing some document publishing work and the users need the document to be opened in MS Word so that they can do 1) spell check and 2) grammar check, then they close the word document and we read the data from the word document and send it to database.

Opening and closing word document is creating some issues in our UI stability. We are planning to use a text control in the UI and the user can type text in the UI but we want the spell check and grammer check functionality in it. This will improve the stability of the application as there is no need to worry about the external msword app.

Upvotes: 0

Views: 711

Answers (2)

competent_tech
competent_tech

Reputation: 44941

We have been using TX Text Control for years for this purpose. It can import and export Word documents and it has a built in spell checker.

Upvotes: 1

Surjit Samra
Surjit Samra

Reputation: 4662

You can use SpellCheck

Provides real-time spell-checking functionality to text-editing controls, such as TextBox and RichTextBox.

Upvotes: 1

Related Questions