|
-
Jan 16th, 2000, 07:57 AM
#1
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
-
Jan 16th, 2000, 06:27 PM
#2
Sure,
WebBrowser1.SetFocus
SendKeys "^F", True
Good Luck!
------------------
Joacim Andersson
[email protected]
[email protected]
www.YellowBlazer.com
-
Jan 16th, 2000, 08:21 PM
#3
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, 08:23 PM
#4
Dont worry...I just fixed the problem thanks.
I used
sendkeys "^(f)"
Thanks for the idea and your help
Glenn Harwood
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|