-
资源管理目录树
这是在windows开发环境下写的一个资源管理树程序,能够获取我的电脑下的所有资源信息。开发工具是VS2003,如果采用更高版本的工具打开,需要更改 stdaftx.h 中的一些宏。例如:
#ifndef _WIN32_WINNT // Allow use of features specific to Windows NT 4 or later.
#define _WIN32_WINNT 0x0501 // Change this to the appropriate value to target Windows 98 and Windows 2000 or later.
#endif
#ifndef _WIN32_WINDOWS // Allow use of features specific to Windows 98 or later.
#define _WIN32_WINDOWS 0x0501 // Change this to the appropriate value to target Windows Me or later.
#endif
- 2023-04-21 23:25:03下载
- 积分:1
-
用c实现飘动的红旗可以用作屏保
用c实现飘动的红旗可以用作屏保-achieve wafted with the red can be used as screensavers
- 2022-03-19 15:44:51下载
- 积分:1
-
c++ 实现抽屉效果
实现类似qq好友分组下拉效果,切换分组时有明显动画(抽屉效果),采用MFC实现界面,可自行进行扩展
- 2022-02-13 23:34:35下载
- 积分:1
-
addzip06.zip 在程序开发中使用文件压缩技术
addzip06.zip 在程序开发中使用文件压缩技术 -addzip06.zip program development in the use of compression technology
- 2022-03-10 18:39:27下载
- 积分:1
-
本文介绍WTL的csplitterwindow作为应用的基本使用…
This article describes the basic use of WTL s CSplitterWindow as an application window divider and CPaneContainer as a host for child windows. The included demonstration project is 3-pane SDI application using vertical and horizontal splitters. Each splitter pane holds a pane container and one of the pane containers holds an edit control.
- 2023-02-25 08:05:03下载
- 积分:1
-
dotNET特性演示软件,演示了VC.net的一些特性。
dotNET特性演示软件,演示了VC.net的一些特性。-dotNET characteristics presentation software, demonstrated the characteristics of VC.net.
- 2022-02-12 16:25:37下载
- 积分:1
-
一个锁住屏幕的源程序
一个锁住屏幕的源程序-a locked screen source
- 2022-03-31 06:22:42下载
- 积分:1
-
能够同时显示图片和文字的按钮
能够同时在按钮上显示图片和文字,实现文字和图片同时显示的效果,调用函数SetFxBitmap就可以加载图片,包括正常,经过,按下等状态的效果!
- 2022-02-05 06:37:30下载
- 积分:1
-
OfficeXPmenu (XP style menu source)
OfficeXPmenu(XP风格菜单源码)-OfficeXPmenu (XP style menu source)
- 2023-01-12 22:10:04下载
- 积分:1
-
中国象棋
此程序中使用源代码使用 GUI 执行由 MFC,一种简单的人工智能算法的中国象棋比赛。
- 2022-06-12 01:38:01下载
- 积分:1