vc2008中使用CMFCMenuBar如何动态改变菜单文本

可以尝试转换成CMenu指针。

CMFCMenuBar m_wndMenuBar;


CMenu *mainMenu = CMenu::FromHandle(m_wndMenuBar.GetDefaultMenu());


需要注意的是,您对mainMenu进行完您想要的操作后,需要调用m_wndMenuBar.CreateFromMenu(mainMenu->GetSafeHmenu, TRUE, TRUE);来将变化反映到m_wndMenuBar里面去。

 

此外,这些是第三方网站,对于CMFCMenuBar加载菜单的一些讨论,也许对您的问题有所帮助。

1. http://topic.csdn.net/u/20110311/08/c31cba01-5fdd-4dfb-ab3e-c3d4062491d8.html

2. http://blog.csdn.net/pcliuguangtao/archive/2010/10/30/5976330.aspx

 

This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

 

  • 2
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值