-
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
-
无偏非局部均值去噪算法,效果出色,包括源代码和编译后程序
无偏非局部均值去噪算法,包括Cpp matlab的源代码,注释,素材,演示范例以及通过minGW编译后的程序,效果出色,方便开发者学习和细致。
- 2022-05-28 22:04:35下载
- 积分:1
-
win32api程序,读取256级灰度图并显示其文件头信息,彻底了解位图文件头结构...
win32api程序,读取256级灰度图并显示其文件头信息,彻底了解位图文件头结构-win32api program, which can read 256 grid map and show its head message,understand the title stucture of bitmap
- 2022-02-21 05:38:28下载
- 积分:1
-
模拟交通信号灯控制,一般情况下正常显示,有急救车到达时,两个方向交通 信号灯全红,以便让急救车通过。设急救车通过路口时间为10 秒,急救车通过后,交通恢 复正常...
模拟交通信号灯控制,一般情况下正常显示,有急救车到达时,两个方向交通 信号灯全红,以便让急救车通过。设急救车通过路口时间为10 秒,急救车通过后,交通恢 复正常,用单次脉冲申请外部中断,表示有急救车通过。-simulated traffic signal control, under normal circumstances normal show that emergency vehicles arrived, the two directions of traffic lights all red, in order to allow emergency vehicles through. Based emergency vehicles through the intersection for 10 seconds, after the passage of emergency vehicles, traffic returned to normal, with a single pulse for external interrupts, saying that a first aid trucks.
- 2023-07-06 21:40:03下载
- 积分:1
-
一个打印机的程序
一个打印机的程序-a printer procedures
- 2022-04-06 23:41:14下载
- 积分:1
-
Win32Asm教程
Win32Asm教程-Win32Asm Guide
- 2023-04-22 18:45:08下载
- 积分:1
-
键盘钩子程序,初学者用
钩子程序,用WINCE拦截或者过滤键盘输入
钩子程序,用WINCE拦截或者过滤键盘输入钩子程序,用WINCE拦截或者过滤键盘输入钩子程序,用WINCE拦截或者过滤键盘输入
钩子程序,用WINCE拦截或者过滤键盘输入
钩子程序,用WINCE拦截或者过滤键盘输入
- 2023-06-23 17:25:03下载
- 积分:1
-
资料比较好
有程序,容易学习
容易看的懂
资料比较好
有程序,容易学习
容易看的懂-Better information on procedures, easier to learn to read easy to understand
- 2022-03-15 01:09:03下载
- 积分:1
-
Internet Chat Rool Script
Internet Chat Rool Script
- 2022-03-17 06:19:55下载
- 积分:1
-
GDI水波效果(DELPHI源码)
GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)GDI水波效果(DELPHI源码)
- 2022-07-25 01:37:57下载
- 积分:1