资源列表
DUBAInterface
- MFC界面贴图,一个类似于金山杀毒界面的贴图例子-MFC interface map, a similar anti-virus interface of mapping President example
docking-of-dialog-box-
- 基于VC++的对话框小程序,能够实现对话框在桌面左右两边的停靠-To dock the dialog box on the desktop
UARComponents
- ssd4 excise2,完全正确,可放心下载-ssd4 excise2,you can download it
07MonitorDir
- 实现目录文件的监视,只要改变就会显示在编辑框中- to monitor the change of any direction files.
WinAPIDemo
- windows下c语言编程的示例程序,供初学者学习使用-sample program of c language programming under windows, for beginners to learn to use
TNDVI
- 计算两张Landset卫星TM影像的植被指数信息,Windows图形化界面程序-Caculate the TNDVI value of two LandSet TM image
floatinghidden
- 窗体的浮动及隐藏 窗体的浮动及隐藏-The form of floating and hiddenThe form of floating and hiddenThe form of floating and hidden
srqcMFC
- 深入浅出mfc:分为四大篇。第一篇提出学习MFC程序设计之前的必要基础 第二篇介绍Visual C++整合环境开发工具 第三篇介绍application framework的观念,以及MFC骨干程序,所谓骨干程序,是指Visual C++的工具AppWizard所产生出来的程序码 第四篇以微软公司附于Visual C++光碟片上的一个范例程序Scribble为主轴,一步一步加上新的功能。-Simple terms the mfc: divided into four articles. Firs
SKINMAGIC
- SKINMAGIC一款简单的换肤软件,通过几行代码的调用,可以实现换肤功能,#pragma comment(lib,"SkinMagic.lib") InitSkinMagicLib( hInstance, "LINJIN" , NULL,NULL ) //加载SkinMagicLib.lib、DETOURS.lib库 LoadSkinFromResource(NULL, "TUSK" ,"SKINMAGIC" ) //加载静态皮肤资源TUSK SetDialogSkin( "Di
nice-display
- 一个挺漂亮的界面,用VC++实现,MFC框架。程序在VC6.0编译环境下,可以编译通过。对于学习界面编程的同学,可以参考此代码-A very beautiful interface, using VC++, MFC framework. The program can be compiled by VC6.0 compiler environment. For students to learn programming interface, you can refer to this code
windowswitch
- 一个基于MFC单文档的程序源码,将单文档界面划分为几个视图窗口,对于学习多屏显示的同学,有一定的借鉴作用-A program based on the MFC single document source, single-document interface is divided into several view window, the students for learning multi-screen display, there is a certain reference
txlsys
- 利用Visual C++实现通讯录管理。该系统包括用户注册,用户密码修改,用户密码找回,等关于用户的功能,同时,该系统能够进行联系人信息的输入功能,其中联系人信息包括,联系人编号,姓氏,姓名,性别,通信地址,通信地邮编,电话号码,居住地省市;信息查找功能,可以通过联系人的姓氏,姓名,电话号码,邮编,省市进行查找;系统登录功能,可以注册用户,修改用户密码。本程序联系人信息的存储通过文件的读取实现。-A simple phonebook system.Coding in VC++.