I am creating a series of CEdit boxes in a CWnd. I am creating these CEdit boxes dynamically and storing them in a linked list. I want to determine if one of these CEdit boxes has been modified in any way. I want this to happen the instance the user has started to modified the edit box.

I want to stay away from deriving another class from CEdit and capturing the message using the OnChanged event. I want all of this to happen at run time.

Is there anything I could do????

Thanks
-LHoffman