摘要: 话说几年不整上位机编程了,忽然发现,大家都Ribbon了。最近才用了Office 2010,感觉Ribbon确实还不错。于是,自己也想整下,果然,VC 2010提供非常简单的方式实现方式,轻松点几下鼠标就实现了当年在VC6.0下各种梦寐以求的效果,比如选项卡、资源管理窗口、输出窗口、属性窗口等等。对于有VC基础的同志,看下微软官方的文章即可:http://msdn.microsoft.com/zh-cn/library/ee354408另外,需要研究下Samples中的RibbonGadgets工程就可以了! samples可以采用如下方式找到:- 帮助 -> 示例- 点击画面中的 “本 阅读全文
posted @ 2011-11-13 21:27 windtail 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 转自 http://msdn.microsoft.com/en-us/library/dd293574.aspxWhen you deploy an application to another computer, you must install the application itself and any library files that the application depends on. Visual C++ 2010 gives you three ways to deploy the Visual C++ runtime with an application: centra 阅读全文
posted @ 2011-11-13 21:13 windtail 阅读(250) 评论(0) 推荐(0) 编辑