-
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
-
renowned Cleveland ergodic process
著名的骑士遍历程序-renowned Cleveland ergodic process
- 2022-01-25 23:37:23下载
- 积分:1
-
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)...
采用ic编写的handyboard机器人的中学组3号房间的程序,(2005年浙江省的规则)-used ic handyboard prepared by the robot on the 3rd secondary room procedures, (2005 Zhejiang Rules)
- 2022-12-11 03:55:03下载
- 积分:1
-
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR
基于VC的数据库编程 源码 RAR-VC-based Database Programming RAR source database programming source code based on VC in VC-based Database Programming RAR source RAR
- 2023-03-01 15:55:02下载
- 积分:1
-
msflexgrid.zip
msflexgrid.zip
- 2022-03-09 16:39:22下载
- 积分:1
-
FEM book:The_Finite_Element_Method by Thomas J. R. Hughes
Thomas J. R. Hughes 著作-FEM book:The_Finite_Element_Method by Thomas J. R. Hughes
- 2022-10-31 18:40:03下载
- 积分:1
-
计算提安阳黑子的相关函数,由此可以看出具体的周期
计算提安阳黑子的相关函数,由此可以看出具体的周期-Simitian Yang calculated the correlation function of sunspots, which can be seen the specific cycle
- 2022-05-25 14:30:18下载
- 积分:1
-
一具有序列化存储读取功能de的多文档-视图编程源码
一具有序列化存储读取功能de的多文档-视图编程源码-I have read the sequence of storage of multi-functional de documents- view programming source
- 2022-03-22 12:04:29下载
- 积分:1
-
完整的漂亮的政府府网站asp编码完整的漂亮的政府府网站asp编码
完整的漂亮的政府府网站asp编码完整的漂亮的政府府网站asp编码-Integrity of the Government House website beautiful asp coding integrity of the Government House website beautiful asp coding
- 2022-05-26 19:51:55下载
- 积分:1
-
统计目录下全部Word文件的对应页数,VBA较新颖的用法
统计目录下全部Word文件的对应页数,VBA较新颖的用法-statistics directory of all Word documents corresponding page, VBA more innovative usage
- 2022-09-10 19:25:03下载
- 积分:1