In a VB6 project, I would like to be notified when an edit control (text field) has been updated (i.e. : character string has been added by a user into the text field).
I did not find any documentation on the different events which can be catched for an edit MFC control.
Thanks in advance.
Its the
_Changeevent. However, I personally do not like this event since it is notoriously unreliable.* edit *
We are talking about VB6 textbox, correct? I am not sure what MFC has to do with this.