-
不错的补丁,看看就知道了,不需要解压密码.什么都不需要,直接下载...
不错的补丁,看看就知道了,不需要解压密码.什么都不需要,直接下载-good patch, see, it is a no-extracting password. Nothing will be directly downloaded
- 2023-03-26 19:25:04下载
- 积分:1
-
calculator
计算器-calculator
- 2022-03-23 04:27:48下载
- 积分:1
-
网络传输东西的实例
网络传输东西的实例-network transmission examples of things
- 2022-05-28 00:38:54下载
- 积分:1
-
一个常用的windows网络编程片段:获取IP地址.
一个常用的windows网络编程片段:获取IP地址.-A program:get ip address
- 2022-05-17 11:39:29下载
- 积分:1
-
在VC6.0中,利用API编写电子钟表在窗口中显示当前的时间.
在VC6.0中,利用API编写电子钟表在窗口中显示当前的时间.-In VC6.0, the use of API in the preparation of the electronic watch window displays the current time.
- 2023-07-25 11:00:03下载
- 积分:1
-
这个文档是关于C的的教程,给出了很多的例子使用,非常适合初学人员
这个文档是关于C的的教程,给出了很多的例子使用,非常适合初学人员-This document is a tutorial on C, given a lot of examples of use, very suitable for novice staff
- 2022-01-22 07:37:40下载
- 积分:1
-
java programe db card
java programe db card
- 2023-04-11 02:55:04下载
- 积分:1
-
这是一个用c#的水晶报表视频教程,可以看看的
这是一个用c#的水晶报表视频教程,可以看看的-crystal report vedio tutorial is written in C# ,please take a look
- 2022-10-10 11:55: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
-
透明窗口
透明窗口-The example of transparent window
- 2023-05-26 16:00:03下载
- 积分:1