I have a WinForms application for editing text in a large RichTextBox control.
Can anyone suggest the easiest (and hopefully cheapest) way to add spell checking to the RichTextBox control?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One option is to use hosted content and place a WPF control that offers spell checking. For example the WPF RichTextBox has a property
SpellCheckwhich you can enable.Note that WPF uses its own spellchecker and doesn’t require Microsoft Office.