资源列表
Move
- 旋转三角形,从左上角旋转到右下角,是个mfc二维程序-Rotate the triangle, rotate from top left to bottom right, is a two-dimensional program mfc
test2012
- 主要是讲怎么加皮肤 在dialog上加载图片 很好用的函数和类 及文件-very good file wilcome to loaddown
xUSB
- USB心电信号采集处理 系统,vc++工程源码-USB ECG signal acquisition and processing system, vc++ project source code
Skin
- 菜单换肤,使你的窗口更漂亮!有必要下载看看哦!-Menu skin, make your windows more beautiful! The need to download to see Oh!
calculater
- 基于c++的计算器。具有的功能有编辑基本操作(清零、退格),运算存储功能,不同进制之间的转换和操作,四则运算操作,三角函数的运算(角度、弧度),三角反函数的运算(角度、弧度)-Based c++ calculator. Editing functions with the basic operations (clear, backspace), computing storage, and conversion between different binary operations, arith
ASP.NETnetdisigncode
- ASP.NET网络编程从入门到精通书的源代码资料-ASP.NET network programming from entry level to the proficient information source code
SQLACCESS
- 实现sql与ACCESS两种数据库的完美结合-ACCESS
Loveforyou
- 这是一个编写出来适合于表白的程序,点进去看看你就知道~-This is a confession written by a program adapted to the point go in and see you know ~
SkinSE
- 一个功能强大,使用简单的皮肤库,2行代码即可搞定皮肤优化,内附详细的使用说明及列子。-A powerful, easy to use skin library, 2 lines of code you can get skin optimized included detailed instructions Liezi.
CalcDlg
- 运用对话框创建一个计算器,它能实现大部分的功能。对理解windows编程很有帮助。-The use of dialog to create a calculator, it can achieve most of the functionality. Helpful in understanding the windows programming.
SindhiEdit
- Sindhi Editing ActiveX Control
SkinSE_bkill
- Skin++换肤的大致流程 1、应用程序启动,加载Skin++库; 2、执行Skin++加载皮肤文件API函数; 3、Skin++ 安装窗口过程等类型Hook,准备截获应用程序所有窗口的创建事件; 4、Skin++ 收到窗口创建等消息,根据类名、风格等一些条件来判断是否对该窗口进行子类化; 5、窗口子类化即可以收到该窗口所有的消息; 6、根据不同的消息进行相应的处理。如:WM_PAINT消息,Skin++对其进行绘图的操作; 7