I just posted a new article to the CodeProject. It shows a class I created called SmartTextBox. That class provides an intuitive way to display spelling suggestions for misspelled words. If you want to read it: http://www.codeproject.com/useritems/SmartTextBox.asp
This entry was posted on Monday, February 19th, 2007 at 8:28 pm and is filed under Announcements, Praxis, Reading Material. You can follow any responses to this entry through the RSS 2.0 feed.
Both comments and pings are currently closed.
2 Responses to Spelling Suggestions in a WPF TextBox
Hi Josh, I need your help… I can’t enable spellcheking for spanish (only work for english) …. I have .NET Framework 3.5 and Visual Studio 2008….
Thank you!
Fernando,
Google is your friend. http://www.dev102.com/2008/03/25/customize-spellcheck-on-wpf-text-controls/
josh