How to duplicate text entry in a separate control
Copies your keystrokes from one TextBox to another as you type.
Uses the following API function and messages:
- SendMessage
- WM_CHAR
- WM_KEYDOWN
- WM_KEYUP
Back to Code Samples
Copyright © 2000 by Matt E. Hart, All Rights Reserved Worldwide.
Nothing on this web site may be reproduced, in any form, without express written consent.