
Problems with Shortcut Keys in ActiveX Control
Using VB 6 I have created an ActiveX control that runs inside a Web browser.
The ActiveX control contains some command buttons, and I used the caption
property of each command button to create an access key shortcut. The
shortcut keys seem to work fine when I run the control from the VB 6 IDE,
but when I compile and deploy the project the shortcut keys do not work
(although the command buttons work fine when I click on them). Any ideas as
to what's going on here? Are access key shortcuts supposed to be able to
work with ocx's? I'd greatly appreciate any insight into this problem.
Thank you.
DH