-
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。...
数据库操作类大全,包括MS SQL,Oracole,OLEDB,MySQL,ODBCDB。适合大家开发时用,避免重复劳动。-Guinness category database operations, including MS SQL, Oracole, OLEDB, MySQL, ODBCDB. Developed for everybody, and avoid duplication of efforts.
- 2022-05-06 15:39:22下载
- 积分: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
-
用于方便又快捷得浏览已存的图片 实用性比较强 对于vb课程设计的学生用处大...
用于方便又快捷得浏览已存的图片 实用性比较强 对于vb课程设计的学生用处大-Too fast for convenient image browsing has been kept relatively strong practical vb curriculum design for students who use large
- 2022-07-19 03:56:07下载
- 积分:1
-
实现一个普通表达式到后最表达式的转换(只提供了10以内的数的转换)...
实现一个普通表达式到后最表达式的转换(只提供了10以内的数的转换)-To achieve a common expression is the best expression to the post-conversion (only 10 less than the number of conversion)
- 2023-01-09 18:10:03下载
- 积分:1
-
Vb.net教程;涉及到很多最基本的控件使用;有基本案例分析;适合初学者...
Vb.net教程;涉及到很多最基本的控件使用;有基本案例分析;适合初学者-Programming Guide; Many relate to the most basic controls; A basic case analysis; For beginners
- 2022-02-07 17:19:19下载
- 积分:1
-
一个紧凑的代理人(编译压缩约5K),模式是一个多线程
a compact agents (compiled compressed about 5K), the mode is a multithreaded
- 2022-12-08 13:05:03下载
- 积分:1
-
windows programming source 16
windows 程序设计源码16-20-windows programming source 16-20
- 2022-03-20 06:09:26下载
- 积分:1
-
skype api application6
skype api application6
- 2022-03-25 03:57:00下载
- 积分:1
-
小波变换及其逆变换,是小波信号处理的基础
小波变换及其逆变换,是小波信号处理的基础-wavelet transform and travel transform
- 2023-05-05 11:10:02下载
- 积分:1
-
Interfacing of GSM Module with Microcontroller 8051 without using PC
这是一个控制机器的项目。
- 2022-02-05 10:48:52下载
- 积分:1