搜索资源列表
菜单的使用
- 菜单 分别open,和 close 生成成员函数。 void CMenu9Dlg::OnMenuclose() { // TODO: Add your command handler code here OnOK() } void CMenu9Dlg::OnMenuopen() { // TODO: Add your command handler code here MessageBox(\"open the file\",\
0.0
- 增加一个子菜单且在子菜单中增加几个菜单项。当点击菜单项时会显示一个messagebox对话框。-Add a sub-menu and the submenu to add several menu items. When clicking on the menu item will display a dialog messagebox
