No Beep When Clicking Outside Modal Window of WINDOW.BAS (58102)






This article was previously published under Q58102

SUMMARY

Using a mouse to select outside a modal window created with the WindowOpen procedure of WINDOW.BAS does not produce a beep. This is contrary to Page 575 of the "Microsoft Basic 7.0: Language Reference" manual (for 7.00 and 7.10), which incorrectly says:

When a window is modal, any attempt to select outside the window is unsuccessful and results in a beep.

WINDOW.BAS is a file provided with the User Interface (UI) Toolbox in Microsoft Basic Professional Development System (PDS) Versions 7.00 and 7.10 for MS-DOS.

MORE INFORMATION

While a modal window is current, pressing certain keys generates a beep, but no beep is generated when you click outside the window with the mouse. The keys that generate a beep are as follows [NOTE: This list assumes a 101-key (enhanced) keyboard]:

ESC
UP ARROW
DOWN ARROW
LEFT ARROW
RIGHT ARROW
HOME
END
PGUP
PGDN
ENTER (on main keyboard)
TAB
ENTER (on numeric keypad)
1, 2, 3, 4, 5, 6, 7, 8, 9 (on numeric keypad)


Modification Type: Minor Last Reviewed: 1/8/2003
Keywords: KB58102