Dynamic Spell Check

Discussion in 'C#' started by x64, Apr 18, 2007.

  1. x64

    x64 New Member

    Joined:
    Apr 16, 2007
    Messages:
    15
    Likes Received:
    0
    Trophy Points:
    0
    Occupation:
    Student
    Location:
    St.Paul Minnesota, USA
    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
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,375
    Likes Received:
    388
    Trophy Points:
    83
    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.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice