WebBroser1.SelectedText
Beside that, can I disable 'some' WebBrowser features like do not load picture, do not run activeX, do not play sound, etc ?
Thanks alot.
Beside that, can I disable 'some' WebBrowser features like do not load picture, do not run activeX, do not play sound, etc ?
Thanks alot.
The following will retrieve the selected text from a WebBrowser control named "wb":
'Grab the unmanaged DomDocument behind the WebBrowser that presents the info we need MessageBox.Show(textHTMLSelection.text)
For your other customizations, you will have to work a little harder. The following may be helpful:
http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/overview/Overview.asp, specifically, the section titled Download Control.