-
A good C++ program to management a banch office of a Post office. Very Cool
用vc++编写的邮局支局信息管理源程序,感觉不错!值得下载-A good C++ program to management a banch office of a Post office. Very Cool
- 2022-06-27 03:25:38下载
- 积分:1
-
在印度法律制度中产生光秃秃的行为
generate bare acts as given in the indian legal system
- 2022-05-14 04:53:33下载
- 积分:1
-
Zuma fun game' s source code has been compiled through, you can use, there is...
好玩的祖玛小游戏的源代码,已编译通过,可以正常使用,没有密码-Zuma fun game" s source code has been compiled through, you can use, there is no password
- 2022-07-01 18:14:56下载
- 积分:1
-
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考...
别人易语言看股票源码,编译之后可以运行的系统,可作股票行情软件开发的参考-Easy to see someone else shares source language, the compiler can be run after the system, can be used for stocks and reference software development
- 2022-09-20 19:40:03下载
- 积分:1
-
实现托盘程序的例子
实现托盘程序的例子-achieve pallet procedures example
- 2022-08-26 00:42:31下载
- 积分:1
-
DSP开发源C++代码,对初学者很有帮助
DSP开发源C++代码,对初学者很有帮助-code for DSP
- 2023-03-11 20:45:04下载
- 积分:1
-
汇编经典 经典的实验代码 欢迎使用
汇编经典 经典的实验代码 欢迎使用...
汇编经典 经典的实验代码 欢迎使用
汇编经典 经典的实验代码 欢迎使用-Compilation of test code classic classic classic classic Welcome to the compilation of the experimental code Welcome
- 2022-01-22 01:09:19下载
- 积分:1
-
一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件...
一个小工具,可用于文件中文字内容的替换,支持多递归搜索文件-a small tool can be used to document text replacement, support multiple recursive search files
- 2022-11-30 14:15: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
-
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。...
附件是win32编程中常用到的通用代码的集合,编译后是一个dll,加速您的win32开发。-annex is commonly used programming code to the common pool, compiled a dll is to accelerate the development of your win32.
- 2022-07-09 14:00:45下载
- 积分:1