I rename one menu item at runtime as follows... int nCount = pMenu->GetMenuItemCount(); for (int i = 0; i < nCount; i++) { CString str ...
確定! 回上一頁