I have to design a way to know what controls have been changed on our Settings Dialog. This dialog has every type of control you can think of on it.
The reason for it, is the dialog has like 100 controls and when we hit save, it tries saving all settings to the registry, no matter if they have changed or not. It also will restart all of our threads, even if it doesn't need too.
Does anyone have an idea of what I could possibly look into doing?

