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
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