GetSubMenu(0); // Put a radio check in the currently checked item MENUITEMINFO mii; ZeroMemory(&mii, sizeof(MENUITEMINFO)); for (int i = 3 ; i < 7 ; i++) ...
確定! 回上一頁