I would like to delete all value variables and assign all variables to and
CEdit derived class (class myclass : public CEdit) using the original value
names (ID_<name> rather than my ID_<name>_CTL). When I just change the data
type in the .h files it recognizes the data type as being of type value and
not of type control. In using the IDE for resources I can't find a way to
reassign the type as being control.
I don't know much and I don't know this. Any guidance?