The information in this article applies to:
SYMPTOMSIn Visual Basic, the KeyPress event can be used to validate keystrokes and prevent invalid characters from being entered in controls. The KeyAscii value can be evaluated for valid characters and reset to 0 (zero) to remove invalid characters. This method does not work in the controls for the Windows CE Toolkit for Visual Basic 5.0 (VBCE). Modifying the KeyAscii value has no affect on the character entered. CAUSEThe KeyAscii value used by the control is not affected by changes made to its value in KeyPress event procedure code. RESOLUTIONThe following are two ways to work around this problem:
NOTE: The cursor may not be visible after the SetFocus command, it should be at the end of the entered text. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. REFERENCESBooks Online for Microsoft Windows CE Toolkit for Visual Basic 5.0. Additional query words: vbce wce vbce5 vbce6
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
Last Reviewed: March 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |