The information in this article applies to:
SUMMARY
The scan code for the BREAK key is &H46. The CTRL+BREAK keystroke
combination is trapped differently, depending on whether or not the
program is run on a standard or enhanced keyboard.
where n is in the range 15 through 25.
On an enhanced keyboard, CTRL+BREAK is defined as follows:
Please note that you must make separate user-defined KEY statements
for trapping CTRL+BREAK in combination with the SHIFT, ALT, NUM LOCK,
and CAPS LOCK keys. The keyboard flags for these other keystroke
combinations must be added together to define a given keystroke
sequence.
Examples of trapping CTRL+BREAK and CTRL+C (when the SHIFT, ALT, NUM LOCK, or CAPS LOCK keys are NOT active) are included below. MORE INFORMATION
Use the following steps to execute the examples listed below in
VBDOS.EXE:
Code Example 1
NOTE: If NUM LOCK, SCROLL LOCK, or CAPS LOCK is on, this example will not
work. For additional information on how to disable these keys, please see
the following article(s) in the Microsoft Knowledge Base:
Q59132 How to Disable Toggle for NUM/CAPS/SCROLL LOCK with Key Trap Additional query words: VBmsdos QuickBas BasicCom 2.00 2.10 3.00 4.00 4.00b 4.50
Keywords : |
Last Reviewed: December 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |