Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi hi
I want to create my own spelling checker software in ms offices using C# so i want a hint the language is not english but use the same character eg. answer in English = deebii in my own language i have the list of all words for the language ????? plz.
Posted
Updated 22-Oct-11 3:42am
v2

1 solution

That would be a very hard thing to do, as it involves a lot of COM and undocumented features within Office.

For the most part you don't need to write one as MS Office does a very good job of it.

Check the following link on how to use Word's spell check in C# :
Using Word's spellchecker in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900