The information in this article applies to:
SYMPTOMSThere is no way to tell the difference between a CTRL+BACKSPACE key press and a CTRL+DEL key press in the KeyDown, KeyUp, or KeyPress events in Visual Basic for MS-DOS. In Visual Basic for Windows, however, these key presses are easily distinguished. STATUSMicrosoft has confirmed this to be a bug in both the Standard and Professional Editions of Microsoft Visual Basic version 1.0 for MS-DOS. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONIn Visual Basic for MS-DOS, the key codes returned when you press CTRL+BACKSPACE and CTRL+DEL are exactly the same. The value returned is 127 in the KeyDown, KeyUp, and KeyPress events. In Microsoft Visual Basic for Windows, CTRL+BACKSPACE returns 8 in the KeyDown and KeyUp events while CTRL+DEL returns 46 in the KeyDown and KeyUp events. Steps to Reproduce Problem
Additional query words: VBmsdos buglist1.00 1.00
Keywords : |
Last Reviewed: December 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |