Can't Use ARROW on Drop-Down Menu if Separator Bar Is First
ID: Q90962
|
The information in this article applies to:
-
Microsoft Visual Basic Standard and Professional Editions for MS-DOS, version 1.0
SYMPTOMS
You cannot use the ARROW keys to select an item in a drop-down menu if
the first item in the menu is a visible separator bar. You can only
use the mouse to select menu items in this case.
STATUS
Microsoft has confirmed this to be a bug in 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. This problem does not occur in Microsoft Visual Basic for
Windows, version 1.0.
MORE INFORMATION
Steps to Reproduce Problem
- Start VBDOS.EXE.
- From the File menu, choose New Form.
- From the Window menu in FD.EXE, choose Menu Design Window.
- Add a top-level menu. Set Caption to "test" and CtrlName to
"test".
- Add a menu item to "test". Set the CtrlName to "sepbar" and leave
the caption blank.
- Select the separator box for this first submenu.
- Add another item to "test", set the caption to "one", and set the
CtrlName to "one".
- Exit the Menu Design window.
- From the File menu, choose Exit, and save all changes.
- Run the application.
- Press the ALT key to get to the top-level menu (test).
- Press the DOWN ARROW key; the menu drops down.
- Press the DOWN ARROW key to scroll down to the second item (one).
You will be unable to select the "one" item in the list. No items can
be selected unless you use the mouse.
Additional query words:
VBmsdos buglist1.00 1.00
Keywords :
Version : MS-DOS:1.0
Platform : MS-DOS
Issue type :