How can I get text under mouse pointer WebBrowser control?

Posted by Alexander on Stack Overflow See other posts from Stack Overflow or by Alexander
Published on 2010-03-07T11:45:16Z Indexed on 2010/03/07 23:26 UTC
Read the original article Hit count: 355

Filed under:

I'm currently working on WYSIWYG editor using .net WebBrowser control and I need to implement spell checking.

My question is how can I get text under mouse pointer when I right click on the misspelled word to show all spell suggestions?

Tried to wrap every misspelled word in html label with javascript event, but there seems to be the problem in invoking C# code from javascript.

© Stack Overflow or respective owner

Related posts about c#