-
很好的
很好的-good*****************************************
- 2022-01-25 18:11:04下载
- 积分:1
-
通过内存文件映象实现了一个FIFO消息队列,可以工作在所有的windows版本中...
通过内存文件映象实现了一个FIFO消息队列,可以工作在所有的windows版本中-a FIFO message queue with memory map,compatible all windows version.
- 2022-01-27 14:54:28下载
- 积分:1
-
delphi与图形学结合编程的一个小城许
delphi与图形学结合编程的一个小城许-delphi programming combined with the graphics of a city Hsu
- 2023-07-17 11: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
-
This program downloads all the scripts from BSE and NSE
This program downloads all the scripts from BSE and NSE
- 2022-01-24 08:47:21下载
- 积分:1
-
语音卡D/300SC
语音卡D/300SC-E1的部分源码,希望和大家分享。-Voice card D/300SC-E1 some source, would like to share.
- 2022-03-29 01:02:32下载
- 积分:1
-
这本书很高
这本书在高端技术(尤其是相关操作系统核心)中排名最高,很多人经常推荐这本书来填补这一空白。本书以操作系统的概念为基础,辅以实例验证。具有32位Windows编程经验的读卡器集。
- 2022-02-28 11:11:26下载
- 积分:1
-
产生毫秒级延时的程序
产生毫秒级延时的程序-have millisecond delay the proceedings
- 2022-05-06 15:26:59下载
- 积分:1
-
用VC写的一个限制鼠标位置的小程序
用VC写的一个限制鼠标位置的小程序-VC write a restricted location of the mouse small programs
- 2023-01-26 19:50:03下载
- 积分:1
-
C Windows Ce Application Programming
C Windows Ce Application Programming-C Application Programming Windows Ce
- 2022-03-06 01:06:34下载
- 积分:1