文件名称:MyCoolMenu22
- 所属分类:
- 菜单
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 17.87kb
- 下载次数:
- 0次
- 提 供 者:
- 郭**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
void CMyMenu::ChangeToOwnerDraw(CMyMenu *pMyMenu)
{
CString str //use to hold the caption temporarily
CMyMenu* pMenu //use to hold the sub menu
CMyMenuData* pMenuData //use to hold the menu data
//get the number of the menu items of the parent menu
int iMenuCount = pMyMenu->GetMenuItemCount()
UINT nID //use to hold the identifier of the menu items
{
CString str //use to hold the caption temporarily
CMyMenu* pMenu //use to hold the sub menu
CMyMenuData* pMenuData //use to hold the menu data
//get the number of the menu items of the parent menu
int iMenuCount = pMyMenu->GetMenuItemCount()
UINT nID //use to hold the identifier of the menu items
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 77433636mycoolmenu22.zip 列表 MyCoolMenu/ MyCoolMenu/My.clw MyCoolMenu/My.cpp MyCoolMenu/My.dsp MyCoolMenu/My.dsw MyCoolMenu/My.h MyCoolMenu/My.rc MyCoolMenu/MyCoolMenu.cpp MyCoolMenu/MyCoolMenu.h MyCoolMenu/MyDlg.cpp MyCoolMenu/MyDlg.h MyCoolMenu/res/ MyCoolMenu/resource.h MyCoolMenu/res/My.ico MyCoolMenu/res/My.rc2 MyCoolMenu/res/Toolbar.bmp MyCoolMenu/res/toolbar1.bmp MyCoolMenu/StdAfx.cpp MyCoolMenu/StdAfx.h MyCoolMenu/使用方法.txt