How to Determine If Text in a Text Box Can Be UndoneLast reviewed: July 16, 1996Article ID: Q153633 |
The information in this article applies to:
SUMMARYThis article shows by example how you can determine at any given point if the text entered into a text box can be undone.
MORE INFORMATIONYou can send an EM_CANUNDO message to a TextBox control to determine whether an operation on it can be undone; that is, whether the control can respond to the EM_UNDO message. If the TextBox control can correctly process the EM_UNDO message, the return value from SendMessage() is TRUE; otherwise, it is FALSE.
Step-by-Step Example
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |