highlight parent window text when spell checking from child window

Posted by Bo Gusman on Stack Overflow See other posts from Stack Overflow or by Bo Gusman
Published on 2010-03-24T03:53:07Z Indexed on 2010/03/24 4:03 UTC
Read the original article Hit count: 314

Filed under:
|
|

I'm working on a simple spell checking app for a lecture that I'm giving. I've got the basic spell checking code working just fine using a child form and NHunspell - great lib, by the way.

However, I'd like for the parent textbox to show the highlighted text for reference, and while I'm setting the SelectedText properties accordingly, the text is not highlighted in the parent. Canceling the child window and the parent text is highlighted.

Anybody know how I can do this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about spell