vote up 2 vote down star
2

Are there any libraries out there (preferably a self contained Text Edit Control) for .NET that have Spell Check capabilities. I would like to add the typical red underline to miss-spelled words in the edit area of my application.

Edit: To clarify, this is for WinForms

flag

winforms, ASP.net or WPF? – Omar Kooheji Oct 31 '08 at 10:32

8 Answers

vote up 2 vote down check

Not a redlining control, but: Aspell.Net is a Free and Open Source .Net spell checking component. Based on the GNU Aspell project, Aspell.Net is one of the most powerful multi-lingual spelling engines available. The API is written in C# and communicates through a C++ wrapper around the Win32 Port of Aspell's C API.

link|flag
vote up 0 vote down

RapidSpell worked great for me http://keyoti.com

link|flag
vote up 0 vote down

Here is something for you as per your requirement. HTH.

link|flag
vote up 0 vote down

Component One supply a component that does this but only as you type. I use it and it is very fast.

See here for more info

link|flag
vote up 0 vote down

Telerik do one for Asp.Net

link|flag
vote up 0 vote down

FCKEditor is a nice text editor (web based). It has spellchecking capabilities.

link|flag
vote up 0 vote down

Infragistics has a spell checker control that can do spell checking on any control. I haven't used it myself, but you can download a trial version for free.

link|flag
vote up 1 vote down

You didn't mention whether this was for web based use or a desktop app, but I have used netSpell in the past and had good success.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.