Web Browser Buttons

alpapak

Registered User.
Local time
Today, 01:33
Joined
Apr 3, 2006
Messages
64
Happy New Year

i have a form with a web browser control and 3 buttons.

cmdBack = move back
code: me.cmdBack.GoBack

cmdTop = go at the top of the page
code: ???

cmdSearch = search inside the page, if you press ctr+F a search window is pop-up. i want to press the button instead ctr+F.
code: ??? vbKeyControl + vbKeyF

the cmdBack works fine.
the others 2 i can find a solution.

Any ideas will help alot.

thxs
alex
 

Users who are viewing this thread

Back
Top Bottom