The information in this article applies to:
SYMPTOMSWhen using an Access Key sequence to select a menu item, the current control on the form with the focus will receive a KeyUp event. STATUSMicrosoft has confirmed this to be a bug in the Standard and Professional Editions of Microsoft Visual Basic for MS-DOS, version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
The following steps will duplicate this problem:
To work around this problem, trap for the KeyDown event. Note that with this problem the KeyDown event is not triggered, therefore if you trap for the KeyDown event you will know if it was an actual key pressed intended for that control, or if no KeyDown event was detected before the KeyUp event, you will know that it was the result of the menu Access Key selection. Additional query words: VBmsdos Buglist1.00 1.00
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |