The information in this article applies to:
SYMPTOMSWhen changing the TextBox.SelStart to a position that is not visible in the TextBox, the TextBox does not scroll to the caret position. RESOLUTIONThe TextBox needs to be sent an EM_SCROLLCARET message after the SelStart is set. Because Windows API calls cannot be made from a Windows CE Toolkit for Visual Basic 5.0 (VBCE) project, the API would need to be wrapped as a method in a Windows CE Toolkit for Visual C++ 5.0 (VCCE) control that could be used in the VBCE project. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed
at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: vbce vbce5 vbce6 wince
Keywords : kbToolkit kbVBp kbVBp500bug kbVBp600fix kbWinCE kbWinCE100 kbGrpVB |
Last Reviewed: March 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |