-
简单链接数据的程序,使用DAO方式,适合初学之
简单链接数据的程序,使用DAO方式,适合初学之-It a demo to connection the database usr mfc。。。。。。。。。。
- 2022-03-14 05:25:13下载
- 积分: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
-
VC works include Principle allay SplashScreen
VC++工程中加入 SplashScreen 原理释解-VC works include Principle allay SplashScreen
- 2022-07-16 15:23:42下载
- 积分:1
-
单文档画图软件,可变色
单文档画图软件,可变色-single document drawing software, can change color
- 2022-05-05 16:25:19下载
- 积分:1
-
AppWizard has created this IPAddress application for you. Access to the local ip...
AppWizard has created this IPAddress application for you. 获得本机ip地址-AppWizard has created this IPAddress application for you. Access to the local ip address
- 2022-01-21 05:58:25下载
- 积分:1
-
详细功能 详细功能 详细功能
详细功能 详细功能 详细功能
- 2022-03-09 23:45:10下载
- 积分:1
-
电气类毕业设计,电气,电气,猫…
电气类毕业设计毕业设计电气类毕业设计电气设计电气类毕业设计电气类毕业设计电气类毕业设计电气类毕业设计电气类毕业设计电气类毕业设计电气类毕业设计电气设计电气设计研究生类
- 2022-04-18 05:16:44下载
- 积分:1
-
用c++实现的电子时钟
一个简单的c++程序,这是我在以前刚学c++语言时做的一个课设,即模拟电子时钟,实现电子时钟的功能,在vc++控制台上显示输出。比较简单,可供初学c++的初学者参考。
- 2022-05-25 07:58:50下载
- 积分:1
-
confused version of the classic operating procedures. Downloading is the prepara...
经典的摸版操作程序.下载的是用C++编写的原代码-confused version of the classic operating procedures. Downloading is the preparation of the original C code
- 2022-01-25 14:27:01下载
- 积分:1
-
windows服务实例 Service windows服务实例 Servicewindows服务实例 Service
windows服务实例 Service windows服务实例 Servicewindows服务实例 Service-Examples of windows service Service windows service instance Servicewindows service instances Service
- 2022-08-20 10:21:48下载
- 积分:1