How to get Selected Text in webbrowser control

  • Thread starter Thread starter Toni
  • Start date Start date
T

Toni

I am using .NET 2.0, windows aplication. I am trying to get or recognize
selected text from WebBrowser control but I can't! Is it possible and how to
do it?
 
I am using .NET 2.0, windows aplication. I am trying to get or recognize
selected text from WebBrowser control but I can't! Is it possible and how to
do it?

You didn't detailed your issue well.
If you're trying to copy selected text, enable context menu of
webbrowser by default.
 
Back
Top