-
lpc1768 嵌入的代码
lpc1768 嵌入的代码
- 2022-03-25 09:46:50下载
- 积分:1
-
使用VC6进行ADO编程
使用VC6进行ADO编程-use ADO programming for VC6
- 2022-07-11 11:43:43下载
- 积分:1
-
这是一家餐厅的计费软件。
this a restaurant billing software.-this is a restaurant billing software.
- 2022-07-09 05:17:10下载
- 积分: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 simple console student manager. Realize the insert, delete, save, such as operation
- 2022-01-26 07:45:29下载
- 积分:1
-
华为海思的windows mobile手机方案的设备驱动程序参考代码
华为海思的windows mobile手机方案的设备驱动程序参考代码-reference code for drivers of Hisilicon Windows Mobile solution
- 2022-07-03 01:40:29下载
- 积分:1
-
PC端通过WINCE端实现摄像功能,不错的源程序
PC端通过WINCE端实现摄像功能,不错的源程序-PC client through the client realize WINCE camera features, a good source
- 2022-05-10 23:22:42下载
- 积分:1
-
很精致的一个计算器,界面不错!
很精致的一个计算器,界面不错!-a very delicate calculator, interface Yes!
- 2023-08-18 10:30:06下载
- 积分:1
-
用一种语言与文字的小程序,算法是相对的…
一个用c语言编写的波兰表达式的小程序,算法相对简单-a language with the Polish expression small procedure, the algorithm is relatively simple
- 2022-10-25 06:40:03下载
- 积分:1
-
从底层开发的一个聊天程序
从底层开发的一个聊天程序-development from the bottom of a chat program
- 2022-09-16 19:20:05下载
- 积分:1