I currently have a form with a tool bar and a webbrowser on it. Whilst browsing a web page I want to press Control E on the keyboard to trigger the click routine of a toolbar button. (this is a desktop program) Anyone able to tell me how I might do this please?
I'm afraid this is not easily done. IIRC WebBrowser swallows all the key presses and doesn't offer any events for them. Also, again IIRC, enabling Form.KeyPreview http://www.basic4ppc.com/forum/offi...library-beta-special-library-5.html#post12399 doesn't work either if the focus is on a WebBrowser.