The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: drjr on August 12, 2007, 04:05:47 PM

Title: Capturing text change
Post by: drjr on August 12, 2007, 04:05:47 PM

Hi for all friends:

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

                                                                         Thanks for all.


Title: Re: Capturing text change
Post by: MichaelW on August 12, 2007, 10:40:51 PM
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