Hi, im using the webbrowser control in the current application im making and i was wondering if anybody knew how I could find text within the page it is displaying (similair to IE).
Thank You in Advance
Glenn Harwood
Printable View
Hi, im using the webbrowser control in the current application im making and i was wondering if anybody knew how I could find text within the page it is displaying (similair to IE).
Thank You in Advance
Glenn Harwood
Sure,
WebBrowser1.SetFocus
SendKeys "^F", True
Good Luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
Thank you for your help. However when I press the keys (ctr+f) on the keyboard it works but the sendkeys method dosen't seem to work however it works fine for cut, copy, paste and select all??
Any suggestions?
Thank You
Glenn
Dont worry...I just fixed the problem thanks.
I used
sendkeys "^(f)"
Thanks for the idea and your help
Glenn Harwood