登录
首页 » Windows开发 » VC毛玻璃

VC毛玻璃

于 2023-05-01 发布 文件大小:2.52 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

#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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 的SDI视图,它包含标准定位
    SDI视图,包含标准定位
    2022-02-06 00:51:08下载
    积分:1
  • 这个是我用mfc写的文件操作的程序,可以对两个文件进行操作...
    这个是我用mfc写的文件操作的程序,可以对两个文件进行操作-This is what I used to write documents mfc operating procedures, can operate on the two documents
    2022-03-03 16:31:17下载
    积分:1
  • 图形化界面的计算器
    图形化界面的计算器。支持算法优先。 有两种模式:一种是输入一个完整表达式,获取计算结果,这种工作模式类似于我们的计算表达式的过程;第二种是进行即使计算,即显示单步计算的中间结果,这种工作模式类似于普通计算器功能。 计算器包括2个文本框,一个输入框,一个输出框 支持阶乘
    2022-04-22 07:09:44下载
    积分:1
  • emb.zip: Earth
    emb.zip: Earth-moon barycenter size 21KB. Trigonometric expansion for the location of the Earth-Moon barycenter. A high precision fit to DE102. 地球月球之间质心计算公式。-emb.zip: Earth-moon barycenter size 21KB. Trigonometric expansion for the location of the Earth-Moon barycenter. A high precision fit to DE102. Earth
    2022-02-02 15:42:14下载
    积分:1
  • TCP/IP是“transmission Control Protocol/Internet Protocol”的简写,中文译名为传输控制协议/互联网络协议)协...
    TCP/IP是“transmission Control Protocol/Internet Protocol”的简写,中文译名为传输控制协议/互联网络协议)协议, TCP/IP(传输控制协议/网间协议)是一种网络通信协议,它规范了网络上的所有通信设备,尤其是一个主机与另一个主机之间的数据往来格式以及传送方式。这一程序是服务器端的聊天程序.-TCP/IP is the "transmission Control Protocol/Internet Protocol," the abbreviation, the Chinese translation of Transmission Control Protocol/Internet Protocol) agreement, TCP/IP (Transmission Control Protocol/Network intergovernmental agreement) is a network communication protocol, which standardized on the network for all communications equipment, especially one with another host mainframe data exchanges between the formats and modes of transmission. This procedure is the server-chat program.
    2022-02-26 02:54:24下载
    积分:1
  • 屏幕键盘源代码
    资源描述这是一个除F1-F12键外完整的完整屏幕虚拟键盘源代码,还包括屏幕截图和打开我的电脑功能。但SHIFT、CTR、LALT键有BUG,有时按下不能弹起,需要按物理键盘才能恢复。
    2022-08-08 11:06:16下载
    积分:1
  • based on state changes in the procedure, there are many changes in the campaign...
    基于状态变化的程序,有许多的运动变化形势,-based on state changes in the procedure, there are many changes in the campaign situation.
    2022-01-24 15:32:04下载
    积分:1
  • 关于磷/ NP-完全问题的讨论。
    A discussion of p/np complete problems.
    2022-01-26 08:16:43下载
    积分:1
  • VT420终端仿真程序,mit的VT420协议源码,对于VT系列仿真终端实现都有参考
    VT420终端仿真程序,mit开发的VT420协议源码,对于VT系列仿真终端实现都有参考-VT420 terminal emulation program, mit development agreement VT420 source for VT series terminal emulation realize there are reference
    2023-04-27 19:40:04下载
    积分:1
  • snort的修改代码,仅仅限个人使用,其后果本人不负责任
    snort的修改代码,仅仅限个人使用,其后果本人不负责任-snort code changes, limited to just personal use, the consequences of irresponsible I
    2022-01-26 07:36:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载