Spell Checking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

I need to include spell check utilities into my dotnet application. Is this
a ready-to-use facility in dotnet ? Or do I need to use third party tool ?

I use Visual Studio 2002.
Thanks in advance.
W.M. Chung
 
Hi Chung,

You can tie into the objects and methods of Microsoft Office Word 2003
in conjunction with Microsoft Visual Basic .NET to create a simple spell-checker
whose functionality you can add to your own applications.
While you can use the spell-checker intrinsically from Word, this functionality is also
exposed to other applications using the object model. This means that you can also
use these features in your own applications.

The following article looks at the objects, methods and techniques used to implement a
spell-checker programmatically in a Microsoft Visual Basic® .NET application.

[Creating a Custom Spell-Checker with Word 2003 and Visual Basic .NET]
http://msdn.microsoft.com/library/d.../en-us/odc_wd2003_ta/html/odc_wdspellchkr.asp

It has a working sample that you can download and use it.

HTH

Mona
 
Back
Top