CCeCommandBar Question
I am currently creating a simple Pocket PC 2002 application using Microsoft eMbedded Visual C++ 3.0. I have a menu and beside it a small toolbar (2 buttons) like this:
File [ ] [ ]
I have the menu and toolbar working fine, when the user clicks on them they perform their task(s); however I cannot work out how to check the toolbar buttons. I need to be able to toggle the state of the buttons between checked and unchecked; I tried mapping to the ON_UPDATE_COMMAND_UI message but it does not seem to make any difference at all.
Any help would be greatly appreciated!
Best Regards,
Lea Hayes

