HOWTO: Select All Text in a Field When It Gets the FocusLast reviewed: July 14, 1997Article ID: Q161240 |
The information in this article applies to:
SUMMARYAutomatic highlighting is useful in data entry boxes where you want to give the user the option to overwrite the existing contents quickly by pressing any character key. This article demonstrates how to select (highlight) all text in a text box automatically whenever the text box gets the focus. This example also applies to the ComboBox and Grid control and any other controls that implement the Text, SelStart, and SelLength properties.
MORE INFORMATION
Step-by-Step Example
REFERENCESVisual Basic On-Line Help: Text, SelLength, SelStart Properties (c) Microsoft Corporation 1996, All Rights Reserved. Contributions by Ted Keith, Microsoft Corporation
|
Additional query words: highlight
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |