-
给大家作一个参考,这是程序我也不知道是什么时候的了,大家可以看看有没有自己可以借见的地方....
给大家作一个参考,这是程序我也不知道是什么时候的了,大家可以看看有没有自己可以借见的地方.-to give you a reference, it was I do not know what is the time, we can see if there could borrow see places.
- 2023-03-06 16:45:03下载
- 积分: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
-
学生管理系统
A student management system
- 2022-04-07 04:03:16下载
- 积分:1
-
SolidGraph CAD 系统
翻译 maninwest@Codeforge 作者:Geometros @ Codeproject介绍SolidGraph 是个功能完全的 3D 建模系统,适用于复杂的几何对象。每个使用电脑绘图的人都觉得有必要编写一个自己的编辑器。我们向您展示一种写模块化应用的方法,在模块化应用中,创建新对象的函数分布在插件之间。该项目仅使用了以下编译器编译:: Microsoft Visual C++ 7.1 和 Microsoft Visual C++ 8.0.
- 2022-03-09 11:41:03下载
- 积分:1
-
灰色按钮克星(精简加完整源码) 有效突破灰色按钮
灰色按钮克星(精简加完整源码) 有效突破灰色按钮
-Gray button nemesis (plus complete source code to streamline) effective breakthrough in the gray button
- 2022-03-12 18:41:46下载
- 积分:1
-
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。...
挑战你的心理极限…… 建议不要再夜间独自观看……否则后果自负。-Challenge your mental limits ... ... We do not recommend re-watching alone at night ... ... or else your peril.
- 2022-03-15 15:50:15下载
- 积分:1
-
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高...
我们学校信息管理西的论文,大家欣赏一下,好好交流,一起提高-It is a paper of our college of information management.Let us enjoy it and study together.We will improve ourselves too!
- 2022-06-01 08:14:50下载
- 积分:1
-
System design and testing document for an online ticketing system.
System design and testing document for an online ticketing system.
- 2022-04-08 02:27:07下载
- 积分:1
-
用VC制作通用安装程序。作者:邓定辉。运行环境:Vc6.0。
用VC制作通用安装程序。作者:邓定辉。运行环境:Vc6.0。-VC produced generic installation procedures. Author : Tang Ting-fai. Operating environment : Vc6.0.
- 2022-03-24 17:53:29下载
- 积分:1
-
动态数据交换 DDE 的例子
动态数据交换 DDE 的例子-DDE example
- 2022-03-11 06:43:42下载
- 积分:1