-
better small graphics system
较完善的小型图形系统-better small graphics system
- 2023-05-10 19:40:03下载
- 积分:1
-
MFC简单计算器:可以输入任何有效数字进行加减乘除运算
MFC简单计算器:可以输入任何有效数字进行加减乘除运算-calculator:have function by+,-,*,/
- 2022-10-11 01:25:03下载
- 积分:1
-
simple cad program by vc.
基于VC6.0开发工具开发的简易CAD程序-simple cad program by vc.
- 2023-02-14 00:00:03下载
- 积分:1
-
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦...
MFC编写的简单聊天程序,用MFC编写的小程序,学习网络编程可以看看哦-mfc
- 2022-01-26 04:36:24下载
- 积分:1
-
psi dvb open source
Copyright (C) 2002 convergence GmbH
Johannes Stezenbach
psi dvb open source
Copyright (C) 2002 convergence GmbH
Johannes Stezenbach
- 2022-07-09 18:24:37下载
- 积分:1
-
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.
一个人工智能的八数码难题,也叫九宫图难题,算法仅供参考.-an eight digital artificial intelligence problems, it has also called JiuGongTu problem, the algorithm is for reference only.
- 2023-01-24 10:15:04下载
- 积分:1
-
用于在仪表类中作为存储器的程序。
Program that works as a memory in instrumentation class for PIC.
- 2022-04-09 15:32:44下载
- 积分:1
-
explorerbar
explorerbar仿照xp资源管理器-explorerbar
- 2022-01-30 23:52:16下载
- 积分: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
-
Add or remove your program in task manager(press Ctrl+Alt+Del menu,there will co...
在任务栏列表里,增加与移走你的程序,(按下Ctrl + Alt + Del 菜单出现任务栏列表)。-Add or remove your program in task manager(press Ctrl+Alt+Del menu,there will come out task manager).
- 2023-03-12 22:25:02下载
- 积分:1