A family of Microsoft word processing software products for creating web, email, and print documents.
Here is another possibility:
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We're working on a software project in which we want to implement spell checking. We don't want to write our own spell checking software from scratch, and we definitely don't want to write our own dictionary from scratch. We'd like to know what our options are.
Can we buy a spell checking dll along with a dictionary from Microsoft? We're not limited to Microsoft so even suggestions about other software companies are welcome? Is there any open source freeware we can download?
Also, we would like to know what kind of overhead would be involved in incorporating such a package into our project. We're working in Visual Studios 2008 (possibly upgrading to 2010). How easy would it be to integrate third party spell checking/dictionary? What kind of access would we have in Visual Studios into that third party software (i.e. how easily can we customize the software via function calls, deleting/adding components (e.g. words in the dictionary), deleting/adding event handlers to events, etc.?)?
We would like as wide a variety of options as possible, so please, the more suggestions you have, the better. Thanks very much.
A family of Microsoft word processing software products for creating web, email, and print documents.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Here is another possibility:
Here are a couple of references that may be useful to you. Hunspell is free software under the GPL license, and I see that there is a .NET wrapper for it, among others, so you should be able to integrate it into your VB 2008 project.
http://en.wikipedia.org/wiki/Hunspell
http://stackoverflow.com/questions/9703520/c-using-hunspell-1-3-2-with-visual-studio-2010
http://hunspell.sourceforge.net/
HTH,
Eric