Bill:
The WPF element "TextBox" has spell checking, just need to set
"true" the property SpeelCheck.Enable:
<TextBox SpellCheck.IsEnabled="True">...</TextBox>
Gustavo A. Cantero
CEO - Scientia® Soluciones Informáticas
MCP - MCSD - MCTS
http://www.scientia.com.ar http://www.programandoamedianoche.com http://foro.scientia.com.ar
-----Mensaje original-----
De: BillE [mailto:be****@datamti.com]
Expuesto a las: Martes, 07 de Octubre de 2008 12:01 p.m.
Expuesto en: microsoft.public.dotnet.general
Conversación: spell checking VS2008
Asunto: spell checking VS2008
I have found articles on line about using word interop for spell
checking
with visual studio applications.
Most of the articles are several years old, though - VS2003, maybe 2005.
I
couldn't find anything for VS2008.
Are there any new improvements in spell checking with VS2008?
Thanks
Bill