资源列表
DomainName_IP
- Win32平台,基于对话框的程序,并且在对话中实现了域名和IP地址互相转换的功能。该程序对基于win32编程的初学者已经对网络感兴趣的朋友,可参考入门
XP-Style
- 将程序的风格替换为XP风格,仅支持在XP系统下-Replace the program' s style XP style system only supports XP
renwuguanliqi
- 任务管理器源代码,初学c++的可以看看.不错的
MFC-calculator
- 实现MFC下的科学计算器,拥有10项基本计算功能-MFC scientific calculator, has 10 basic computing functions
Dialog-Sample
- 简单的Dialog例子,能帮助初学者了解基本可视化编程-Simple Dialog Sample
Explorer
- 这是一个使用VS2008编写的资源管理器,该资源管理器能够实现windows中相应资源管理器的作用,欢迎大家尝试下载学习。-This is a Explorer using VS2008 written , the Explorer play the role of windows Explorer , try to download and learning.
DialogEx
- MFC示范用例:带菜单、工具条和状态条的对话框。生成一个对话框应用程序,带有菜单、工具条和状态条。-MFC model use cases: with menus, toolbars and status bar of the dialog box. Generates a dialog box application, with menus, toolbars and status bar.
superprogress_demo
- 一个老外写的progress控件,对原有windows控件扩展,还蛮不错的,拿来与大家一起分享-Written by a foreigner progress control, control the expansion of the original windows, quite good, used to share with you all
gexingduihuakuangVCPP
- VC++制作个性对话框 《Visual C/C++系统开发典型实例解析》-Create personalized dialog VC++
Preview_demo
- 这是一个对VC中的通用对话框窗口功能的一个扩展,它可以在你选择图像文件的时候直接对特殊性内容进行预览,使用方便-this is a VC General dialog window function in an expansion, it can choose images in your document directly to the special preview content, ease of use
snapvw
- 在VC++环境下实现的,View窗口可以自适应的与对话框大小一致。-In VC environment to achieve, View window can be adaptive in line with the dialog box size.
基于MFC的链表程序
- 这是一个使用MFC里面自带的链表指针类来开发基于链表的程序,适合初学者学习数据结构