Click to See Complete Forum and Search --> : How to determine if controls have changed...


Jaime Wyant
May 5th, 1999, 07:50 AM
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

Franky Braem
May 5th, 1999, 08:22 AM
The CEdit Class has a GetModify method. When it returns true your EditBox has changed.