-
resskinsample,一些皮夫开发包和资源,有许可证
resskinsample,一些皮夫开发包和资源,有许可证-resskinsample, some皮夫development kit and resources, has a permit
- 2022-02-24 18:09:56下载
- 积分: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
-
用2个timer编程的实例,examples of Programmable two timer
用2个timer编程的实例,examples of Programmable two timer -Programmable timer with two examples of
- 2022-06-21 09:31:48下载
- 积分:1
-
tu xing
tu xing
- 2022-02-10 00:37:34下载
- 积分:1
-
关于avltree的源码,大家可以学习一下了
关于avltree的源码,大家可以学习一下了-On the source avltree, everyone can learn about the
- 2022-12-23 17:45:03下载
- 积分:1
-
最优化中的实例,利用黄金分割法求出下单峰函数极小点
最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
- 2023-02-28 03:20:03下载
- 积分:1
-
NANDFlash for verilog module
闪存是一种电子非易失性计算机存储介质,可以通过电擦除和重新编程。
- 2023-05-16 13:00:03下载
- 积分:1
-
基于MFC的学生信息管理系统的制作
这是给出的是一个利用MFC平台下制作一个学生信息管理的一个编程思路,并给了一些操作的代码,用到的是数据库的一些知识,将VC和数据库很好的结合起来做了一个简单的完整的程序,适合初学数据库和VC的人练习,应该会起到一定的帮助作用
- 2022-08-06 10:52:21下载
- 积分:1
-
该小程序用于对程序的使用设置使用限制,方便用户的使用
该小程序用于对程序的使用设置使用限制,方便用户的使用-The small program used to set up procedures for the use of restriction on the use and user-friendly use of
- 2022-03-21 19:19:34下载
- 积分:1
-
我们都看了,我没有时间,哈萨克斯坦
大家自己看看吧,我都没时间了,哈-we all look at it, I do not have time, Kazakhstan
- 2023-02-18 17:35:06下载
- 积分:1