Re: Spellchecker
Adam Sills <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Winforms question, no webserver; but perhaps if you didn't mind requiring Word on end users' machines it wouldn't be too bad to use any API Word might expose. Also, There are a number of .Net spellchecking libraries. http://www.aspose.com/Products/Aspose.Spell/Default.aspx http://www.csharphelp.com/archives2/archive343.html (web service) There are more I'm sure, but I've heard decent things about the Aspose product. Adam.. -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Stacey Levine Sent: Monday, May 07, 2007 10:58 AM To: [email protected] Subject: Re: [DOTNET-WINFORMS] Spellchecker If word is installed on your webserver, could you not use that exposed object? -----Original Message----- From: Discussion forum for developers using Windows Forms to build apps and controls [mailto:[email protected]] On Behalf Of Greg Robinson Sent: Monday, May 07, 2007 11:42 AM To: [email protected] Subject: [DOTNET-WINFORMS] Spellchecker There are certain fields in our app, .NET 2.0 Windows application, where users type the text into WORD, spell check it with WORD and then copy the text into our application. Is there 3rd party software we can purchase for this or perhaps a web service we can call into?