Hello, Is it possible to create a dynamic spell checker/dictionary using C#? Let me explane: If you have ever used Microsoft's Visual C# 2005 Express Edition you have an option for Dynamic Help for something you happen to be coding, this chages depending what you are typing or selecting. Well, I want imitate this effect but be able to take from a existing dictionary website (with their permission of course) and be able to integrate this into my program and use their database of words and definitions for my spell check. Another option exists if internet access is no were to be found for the user, they can switch to use a Microsoft Spell Check without the dictionary. Can this be done? Thanks
I am sure this can be done. Its done by Visual Assist the integration module for the MS VC 6 compiler but it probably shipped the dictionary with the package itself.