Click to See Complete Forum and Search --> : Help with Webbrowser control
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
Joacim Andersson
Jan 16th, 2000, 05:27 PM
Sure,
WebBrowser1.SetFocus
SendKeys "^F", True
Good Luck!
------------------
Joacim Andersson
joacim@programmer.net
joacim@yellowblazer.com
www.YellowBlazer.com (http://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
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.