BUG: TextBox Does Not Scroll to the Caret PositionLast reviewed: March 3, 1998Article ID: Q181945 |
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 at this time, 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 bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
Keywords : vb5all vbwin vbce Version : WINDOWS:1.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbpending |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |