I have a dialog with a handfull of edit controls. I would like to be able to determine if one of them has changed. Is there an easy way to do this other than add message handlers for each control?
Thanks,
Jaime
Printable View
I have a dialog with a handfull of edit controls. I would like to be able to determine if one of them has changed. Is there an easy way to do this other than add message handlers for each control?
Thanks,
Jaime
The CEdit Class has a GetModify method. When it returns true your EditBox has changed.