搜索资源列表
modifysysmenudlg
- 本文例子是一个典型的C++/MFC对话框程序,设置了 EX_WM_TOOLWINDOW 扩展式样,因此在标题栏左上角看不到系统菜单图标,但通过 Ctrl+Space 或者在标题栏单击鼠标右键可以调出系统菜单。例子程序对系统菜单进行了定制,在原有菜单基础上添加了两个菜单命令:一个是显示“关于”对话框;另一个是“退出”。之所以要加一个“退出”菜单命令,是因为例子程序改写了对话框原来默认的“关闭”菜单命令行为(Alt-F4),用来隐藏对话框。因此必须加一个程序的“退出”出口。此外,例子程序利用一个第三
openFolder
- 在MFC下实现文件夹打开的菜单操作,适合初学C++和MFC编程的人。
Code2
- 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。
MFC菜单设计
- 介绍了C++中如何用MFC设计菜单!
mfc-minimize-widow
- C++编程实现最小化窗口到桌面右下角图标的代码-c++ minimize window to little inco
DynamicMenu
- C++MFC编程实现的动态菜单,你可以动态的添加菜单-C++ MFC programming dynamic menu, you can dynamically add menu
AddMenu
- VC6.0 C MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
AddRollTitlesInStatus
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
BmpMenu
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
DelTitleMenu
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
DisableTitleButton
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的! -VC6.0 the C++ MFC programming, what to see packaged name you understand!
EnableMenu
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
HideMenuBar
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
HideTitleBar
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!-VC6.0 the C++ MFC programming, what to see packaged name you understand!
MenuBarHeight
- VC6.0 C++ MFC编程的各个基本功能,是什么内容看打包的名字你就懂了的!对于初学者适用,高手就不要浪费积分了! - VC6.0 the C++ MFC programming, what to see packaged name you understand!
Lesson6Code
- visual c++ MFC 框架代码,如何实现菜单功能,孙鑫老师的杰作!-Visual c++ MFC framework code, how to realize the menu functions, SunXin teacher masterpiece
Image-Classification-VCPP-Programme
- 用C++语言编写的MFC程序,用K均值和ISODATA算法实现BMP影像的自动分类。提供良好的交互接口,用户可在图像上选择初始聚类中心和设定分类相关参数。适合作为初学者学习分类算法和MFC编程的参考资料。提供了文档说明程序的操作过程。-MFC program with C++ language, K-means and ISODATA algorithm to achieve the automatic classification of BMP images. Provide a good i
caidan
- 用visual C++实现的几个基本菜单操作。适合mfc初学者学习-Simple mfc operations ased on visual studio.
read-file
- const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
Create-menu
- Visual C++ MFC创建菜单项,包括模态,非模态框-Visual c++ MFC create menu items, including modal and non-modal box