News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Capturing text change

Started by drjr, August 12, 2007, 04:05:47 PM

Previous topic - Next topic

drjr


Hi for all friends:

                       How can I capture The text change event in a EDIT control ?

                                                                         Thanks for all.



MichaelW

Depending on what you are trying to do with the event, probably by capturing the EN_CHANGE or EN_UPDATE notification.

http://msdn2.microsoft.com/en-us/library/ms672110.aspx


eschew obfuscation