hi ,
i have a menu and i want to check/uncheck one the elements of this menu
below code is not working, anyone has ideas ?
---------
void CSayiDlg::OnUpdateRaceTime(CCmdUI* pCmdUI)
{
iCheckTime = ++iCheckTime % 2;
pCmdUI->Enable (iCheckTime);
}
Read between the lines
i have a menu and i want to check/uncheck one the elements of this menu
below code is not working, anyone has ideas ?
---------
void CSayiDlg::OnUpdateRaceTime(CCmdUI* pCmdUI)
{
iCheckTime = ++iCheckTime % 2;
pCmdUI->Enable (iCheckTime);
}
Read between the lines