Using Office spell checker in Visual Studio

If you want to learn how to use Office components (such as spell checker) in VS add-ins, look at automation samples for VS 2003 and similar samples for VS 2005. My spell checker is loosely based on the SpellCheck sample. Loosely means that while sample code uses C# and works with plain text, my component is written in native C++ and contains HTML parser, error management and context menu code.

Comments

  • Anonymous
    May 09, 2006
    i create a class for spell check whit Office.Interop.Word, but now I need to change the dictionary to another language...
    is possible?
  • Anonymous
    December 18, 2008
    Some folks asked why VS 2008 and VWD Express 2008 do not have "live" spell checking like Expression Web