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

VC毛玻璃

于 2023-05-01 发布 文件大小:2.52 kB
0 199
下载积分: 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 个回复

  • 在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的
    在桌面上显示N朵玫瑰的一个小程序,很吸引女孩子的-Display on your desktop N Duo Rose a small program, it is to attract girls
    2022-08-04 04:31:51下载
    积分:1
  • WinMobile拍照
    使用C#开发的适用于winMobile6平台,使用CameraCaptureDialog类实现拍照功能,适合初学者学习摄像、拍照的开发。
    2022-04-14 19:18:50下载
    积分:1
  • lucence客户端调用服务端的webservice
    lucence客户端调用服务端的webservice lucence,客户端演示 获取服务端数据库类型,并转换到客户端。供参考。-lucence client-side call services webservice lucence, client-side demo access database type, and converted to the client. For reference.
    2022-04-27 22:32:42下载
    积分:1
  • 编写一个简单的聊天室程序,增加多客户端,实现聊天室
    编写一个简单的聊天室程序,增加多客户端,实现聊天室-Write a simple chat program, increase the number of clients to achieve Chat Room
    2022-04-12 11:27:45下载
    积分:1
  • 门禁服务器源代码
    门禁服务器程序与门禁设备udp通信,实现远程开门,刷卡记录数据库,获知门禁开关状态,实现人不在的情况下,也能打开门!!!!
    2023-05-27 13:40:04下载
    积分:1
  • a book on c language for engineering students.. engineering students can fi...
    a book on c language for engineering students.. engineering students can find this book very useful
    2022-01-22 05:08:15下载
    积分:1
  • ExcelHelper (Excel Import and Export) examples source Excel interoperability wit...
    ExcelHelper(Excel导入导出)实例源码 Excel与DataTable 互操作示例 -ExcelHelper (Excel Import and Export) examples source Excel interoperability with DataTable example
    2022-03-21 05:08:22下载
    积分:1
  • windows interface programming interface imitation Kingsoft
    windows界面编程,仿金山词霸的界面-windows interface programming interface imitation Kingsoft
    2022-04-28 04:25:07下载
    积分:1
  • 用了好久的AVR编程软件,不错,跟大家分享一下!
    用了好久的AVR编程软件,不错,跟大家分享一下!-Used for a long time of AVR programming software, yes, to share with you!
    2022-12-30 17:45:04下载
    积分:1
  • mission : participation in the Games is n, the school No. 1 ... n. Competition i...
    任务:参加运动会有n个学校,学校编号为1……n。比赛分成m个男子项目,和w个女子项目。项目编号为男子1……m,女子m+1……m+w。不同的项目取前五名或前三名积分;取前五名的积分分别为:7、5、3、2、1,前三名的积分分别为:5、3、2;哪些取前五名或前三名由学生自己设定。(m=10 , w=8 , n=15) 功能要求: 1). 可以输入各个项目的前三名或前五名的成绩; 2).能统计各学校总分(用链表); 3).可以按学校编号、学校总分、男女团体总分排序输出(快速、基数); 4). 可按学校编号查询学校某个项目的情况;可按项目编号查询取得前三或前五名的学校。 界面要求:有合理的提示,每个功能可以设立菜单,根据提示,可以完成相关的功能要求。 b)概要设计: 本程序所使用的数据结构是二维数祖和线形链表。 所使用的算法有:快速、基数、归并排序等。-mission : participation in the Games is n, the school No. 1 ... n. Competition is divided into men m, and w-woman project. Item No. 1 man ... m, a woman m m w .... Different items from the top five or top three integration; From the top five points were : 7,5,3,2,1, and the top three points were : red; From what the top five or top three, set by the students themselves. (M = 10, w = 8, n = 15) functional requirements : 1). The importation of various items in the top three or top five results; 2). Statistics schools score (with Chain); 3). According No. schools, the school scores and scores of men a
    2023-07-03 17:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载