0

I have a windows application with a web browser. How do i putt a text selection in the web browser into a variable within my Windows application.

LuckyDice
  • 55
  • 2
  • 6
  • Read the documentation of the browser control you use. It probably has a Text or Html property that you can set. – Roy Dictus May 02 '11 at 13:47

1 Answers1

0

Check this out - it has what you need:

Retrieving Selected Text from Webbrowser control in .net(C#)

Community
  • 1
  • 1
Chris Barlow
  • 3,274
  • 4
  • 31
  • 52