delbert Harry
May 4th, 1999, 01:52 PM
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.
|
Click to See Complete Forum and Search --> : using CCmdUI delbert Harry May 4th, 1999, 01:52 PM 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. delbert Harry May 4th, 1999, 05:14 PM use GetDlgItem(itemid) and type case to a CButton* then you can do what you want. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |