FIX: ControlBox Property False Disables Focus w/ Keys in MenusLast reviewed: October 30, 1997Article ID: Q76556 |
1.00
WINDOWS
kbenv kbbuglist
The information in this article applies to: - Microsoft Visual Basic programming system for Windows, version 1.0
SYMPTOMSWhen the ControlBox property on a form is set to False, (disabling the Control Box), the ability to change focus within menus using the keyboard (such as by using the ARROW keys) is lost. This is because of a limitation of Windows; it is not a problem with Visual Basic.
STATUSMicrosoft has confirmed this to be a problem with Windows version 3.0. This problem was corrected in Microsoft Visual Basic version 3.0 for Windows. This problem only applies to changing focus between menu items. The ARROW keys work correctly to change focus with other controls (for example, two command buttons), even with the ControlBox disabled.
MORE INFORMATION
Steps to Reproduce Problem
Setting the ControlBox property to True will re-enable the LEFT/RIGHT ARROW keys to select menu items.
|
Additional reference words: fixlist2.00 fixlist3.00 1.00 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |