There is a menu which displays stylesheets
Of these, two are added by default
and the user can add new stylesheets in the applications.
my problem is i cannot check new items in the menu.These are added by the user.
i am using this command
cmbui->m_pmenu->CheckMenuItem(3,MF_CHECKED|MF_BYPOSITION);
this works fine when i check the two default stylesheets
Of these, two are added by default
and the user can add new stylesheets in the applications.
my problem is i cannot check new items in the menu.These are added by the user.
i am using this command
cmbui->m_pmenu->CheckMenuItem(3,MF_CHECKED|MF_BYPOSITION);
this works fine when i check the two default stylesheets