Hi,
I have to implement the spell check functionality in my application, as spell check fuction is introduced in .Net 3.5 framework but we have developed the application using .Net 2.0 frame work so please help me if any body have implemented spell check functionality or tips to implement in my application. Is any external tool is available to do so or any custom class already written for spell check.
Thanks in advance please let me know if you have any example that will be more helpful for me
With Regards
Anoop Raja
Vijaya KadiyalaPosted Jul 9, 2008, 1:53 PM
Hi,
Check out the below link
http://www.codeproject.com/KB/recipes/spellcheckparser.aspx
Thanks -- Vj
http://dotnetvj.blogspot.com
Niradhip ChakrabortyPosted Jul 3, 2008, 2:24 PM
Hi Anoop,
You can check the following two links for spell checker in .net compact framework but they are not free.
http://net-framework-check.qarchive.org/
http://net-framework-check.safe-install.com/
Anoop RajaPosted Jul 2, 2008, 11:49 PM
Thanks Niradhip for your Help I am developing the application for .Net Compact Framework, i have seen the links as you sugessted for spell check implementation it helps of .Net Framework development, so can you please help me in spell check implementation for .Net Compact FrameWork as i am developing the application for windows mobile...
Thanks in advance for your help
With Regards
Anoop Raja
Niradhip ChakrabortyPosted Jul 2, 2008, 3:10 PM
Check the following articles,It will help you to implement spell check functionality.
http://www.codeproject.com/KB/office/SpellCheckUsingWord.aspx
You can also check scott's article in c# corner regarding this:
http://www.c-sharpcorner.com/UploadFile/scottlysle/SpellCheckCC05152007084528AM/SpellCheckCC.aspx