Working with NetSpell and NPlot
(Page 1 of 5 )
In this part of our continuing series on working with code libraries, you will learn about NetSpell and NPlot. The former is helpful for spell checking, while the latter aids in the quick creation of graphs and plot charts. This article is excerpted from chapter four of the book
Windows Developer Power Tools, written by James Avery and Jim Holmes (O'Reilly; ISBN: 0596527543). Copyright © 2006 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.
4.6 Implementing Spell Checking in Your Windows and Web Apps with NetSpell
Like it or not, good spelling is a crucial part of written communication. Spelling mistakes reflect poorly on the writer and can create barriers just by making a negative impression on the reader. Why not ease your users’ spelling worries by wiring a simple, powerful spellchecking utility into your applications?
NetSpell, written by Paul Welter of LoreSoft, is a lightweight spellchecking library that can be added quickly to your .NET applications. It comes with dictionaries for several different languages and built-in controls for Windows Forms and web apps. NetSpell was written on the 1.1 Framework but wraps nicely into 2.0 applications.
NetSpell at a Glance
Tool | NetSpell |
Version covered | 2.1.7 |
Home page | http://www.loresoft.com/Applications/NetSpell/default.aspx |
Power Tools page | http://www.windevpowertools.com/tools/146 |
NetSpell at a Glance (continued)
Summary | Lightweight, easy-to-set-up spelling tool for any .NET application |
License type | Not specified; compiled binaries and source code available |
Online resources | Forums, bug tracker, Code Project article at http://www.codeproject.com/ |
| | csharp/NetSpell.asp |
Supported Frameworks | .NET 1.0, 1.1, 2.0 |
Related tools in this book | FreeTextBox |
Getting Started
Download the NetSpell assembly from the tool’s home page and reference it in your project (see the Appendix).
Next: Using NetSpell >>
More BrainDump Articles
More By O'Reilly Media
|
This article is excerpted from chapter four of the book Windows Developer Power Tools, written by James Avery and Jim Holmes (O'Reilly; ISBN: 0596527543). Check it out today at your favorite bookstore. Buy this book now.
|
|