The information in this article applies to:
SYMPTOMSWhen you shift focus from a Windowless TextBox on a Windowless UserControl to a standard TextBox on a form, the caret is not visible in the form's TextBox. The form's TextBox has the focus and the keyboard input will be directed to the TextBox, but the caret is not present. RESOLUTIONResolution #1Set the Windowless property of the UserControl to False.Resolution #2Invoke the SetFocus method in the GotFocus event of the TextBox. For example:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
REFERENCESFor additional information, please see the following article in the Microsoft Knowledge Base: Q189950 HOWTO: Install the Microsoft Windowless Controls for VB6 Additional query words:
Keywords : kbCtrl kbVBp kbVBp600bug kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |