-
用API改变ListView外观
用API改变ListView外观-Using API to change the appearance of ListView
- 2022-08-16 12:34:23下载
- 积分:1
-
下二次开发AutoCAD的VC,通过自动选择输出…
VC的在AUTOCAD下的二次开发,可以由选择自动输出检查井的坐标-VC in AUTOCAD under the second development, by the choice of output automatically check the coordinates Well
- 2023-01-26 17:15:03下载
- 积分:1
-
Wince手持机直接访问SqlServer数据库服务器
Wince手持机直接访问SqlServer数据库服务器,开发环境:wince5.0+vs2005
简单的PDA连接示例
- 2022-03-18 05:27:30下载
- 积分:1
-
AES算法代码
根据AES算法原理而实现的代码,出处来自国内某高校老师密码学课程授课,在源代码的基础上做出一定修改,增加可读性。运用群的性质实现,并给出相关的测试。
- 2023-07-28 22:50:03下载
- 积分:1
-
用户信息管理主要是针对权限设置,在这里给了一个比较好的用户管理的实例...
用户信息管理主要是针对权限设置,在这里给了一个比较好的用户管理的实例-Uusers information management aims to the authorization setting, here s a quit good instance of users management.
- 2022-03-20 15:38:17下载
- 积分:1
-
c++编程实现,影片清晰化,相关。小技巧,小功能
c++编程实现,影片清晰化,相关。小技巧,小功能-c++ programming, video clear and relevant. Tips, small features
- 2022-03-10 16:57:09下载
- 积分:1
-
ssdt查看恢复工具源码,界面程序,具有查看和恢复ssdt功能,可以编译通过...
ssdt查看恢复工具源码,界面程序,具有查看和恢复ssdt功能,可以编译通过-View source ssdt recovery tools, interface procedures ssdt with the view and the restoration of function can be compiled through
- 2022-05-17 08:11:42下载
- 积分:1
-
glloader source code
glloader source code
- 2022-01-24 13:19:42下载
- 积分:1
-
VC毛玻璃
#define GDIPVER 0x0110 //定义高版本的GDI+(1.1)
#include
#include
#include
#include
#include
#pragma comment(lib,"GdiPlus.lib")
using namespace Gdiplus;
#include
#pragma comment(lib,"dwmapi.lib")
//Aero效果是否已启用
BOOL IsCompositionEnabled()
{
BOOL bEnabled,bResult;
bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled);
return bResult;
}
//对已分层的窗口启动玻璃效果
HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄
BOOL bEnable = TRUE, //启用或禁用
HRGN hRgn = 0, //模糊窗体中某个区域
BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用
{
DWM_BLURBEHIND blurBehind = { 0 };
blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED;
blurBehind.fEnable = bEnable;
blurBehind.fTransitionOnMaximized = bTransitionOnMaximized;
if (bEnable && hRgn != NULL)
{
blurBehind.dwFlags |= DWM_BB_BLURREGION;
blurBehind.h
- 2023-05-01 15:10:04下载
- 积分:1
-
简单的考试在线 web 应用程序
简单的考试是在 asp.net web 应用程序和数据库是在 mssql 服务器中。
它的外观和感觉是精湛的质量和良好使用的 css 设计。
它对学生和管理员的登录系统。
Admin 集问题和纠正学生的答案和相同的时间长度。
- 2022-03-19 04:49:46下载
- 积分:1