PDA

Click to See Complete Forum and Search --> : Help with Webbrowser control


Jan 16th, 2000, 06:57 AM
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)

Jan 16th, 2000, 07:21 PM
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

Jan 16th, 2000, 07:23 PM
Dont worry...I just fixed the problem thanks.

I used
sendkeys "^(f)"

Thanks for the idea and your help

Glenn Harwood