How do I use the CCmdUI class to change the setting of a dialog or menu object without using the ON_COMMAND_UPDATE_UI message.
Printable View
How do I use the CCmdUI class to change the setting of a dialog or menu object without using the ON_COMMAND_UPDATE_UI message.
use GetDlgItem(itemid) and type case to a CButton*
then you can do what you want.