搜索资源列表
fullScreen_program
- 为MFC应用程序添加全屏幕显示功能 部分代码: 成员变量: BOOL m_bFullScreen //全屏幕显示标志 CRect m_FullScreenWindowRect //全屏幕显示窗口Rect WINDOWPLACEMENT m_wpPrev //用于保存正常视图时的窗口位置信息 CToolBar * m_wndFullScreenBar //全屏幕显示时的浮动工具条 成员函数: void OnMenuFullscreen() //全屏幕显示
B35
- E:\\VISUAL C++MFC扩展编程实例 实例35 添加帮助菜单项,在本例中将向应用程序中的H e l p菜单中添加C o n t e n t s和S e a r c h 菜单项。-E : \\ MFC Visual C programming examples examples expansion added 35 to help menu items, in this case will be applied to the procedures H e l p menu add C
jisuanqi
- 程序的详细设计及代码实现 在C++6.0下采用WinAPP向导新建一个MFC单文档程序。在资源窗口中编辑Menu对象,在菜单中添加“工具->计算器”子菜单;在主程序头文件中声明“计算器”菜单的命令处理函数;在主程序文件中映射“计算器”子菜单的命令消息,指定头文件中声明的命令处理函数;在主程序文件中实现相应的菜单命令处理函数;菜单命令处理函数的功能就是显示计算器窗口。
Example3_1
- 用MFC DLL做的Proe二次开发的菜单列表实例-MFC DLL to do with the secondary development Proe instance of a menu list
Background-transparent-button-class
- 利用mfc在菜单栏创建按钮,让按钮变透明的类-Mfc use the Create button in the menu bar, the button becomes transparent so that the class