Textbox-Spell-Checker

  • Thread starter Thread starter Torsten Piehl
  • Start date Start date
T

Torsten Piehl

Hallo NG,

is there a way to implement a spell checker into an exisiting dektop
application multiline-textbox or richtextbox?

Currently using framework 2.0.5 SP1,
MS solution prefered.

Thanks for help.

Torsten
 
Torsten said:
Hallo NG,

is there a way to implement a spell checker into an exisiting dektop
application multiline-textbox or richtextbox?

Currently using framework 2.0.5 SP1,
MS solution prefered.

Thanks for help.

Torsten

What exactly do you mean by "MS solution"?

There are 3rd party libraries that does this, like DevExpress DXperience.

You might also be able to use the spell checker of Word to spell check
the text but integrating it with existing .NET controls might be a lot
of work.

In either case, there's no spell checker in the shipped .NET runtime.
 
Thanks for fast reply.

With "MS solution" I meant any .NET framework lib.
Whatever, I have to evaluate a third party library.

Regards,
Torsten
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Spelling Checker 1
spell checking 5
Spell checking textbox on a userform 10
Spell Checker in MSN mail 2
word and spell checker: download from google documents 2
spell checker 3
Spell Checker 2
Outlook Outlook xp Spell Checker 3

Back
Top