Welcome to MSDN Blogs Sign in | Join | Help

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.
Published Monday, April 17, 2006 3:39 PM by Mikhail Arkhipov (MSFT)

Comments

# re: Using Office spell checker in Visual Studio

i create a class for spell check whit Office.Interop.Word, but now I need to change the dictionary to another language...
is possible?
Tuesday, May 09, 2006 12:50 PM by Nuno Narciso

# Why there is no spell checking in Design view?

Some folks asked why VS 2008 and VWD Express 2008 do not have "live" spell checking like Expression Web

Thursday, December 18, 2008 2:30 PM by Mikhail Arkhipov (MSFT)'s WebLog
New Comments to this post are disabled
 
Page view tracker