Windows 编程[18] - 更换菜单项: ModifyMenu ... case w of 102: begin {102 是在资源文件中指定的菜单标识} ModifyMenu(GetMenu(h), w, 0, IDM_New, 'New!'); ...
確定! 回上一頁