-
vb operation excelwenwen pieces to the database
vb操作excelwen 件到数据库-vb operation excelwenwen pieces to the database
- 2022-06-11 17:47:57下载
- 积分:1
-
Windows ce is it come moon application more to get in a lot of occasion as embed...
windows ce作为嵌入式的操作系统在许多场合得到越来月多的应用,这个是用evc编写的注册表查看工具的原代码-Windows ce is it come moon application more to get in a lot of occasion as embedded operating system, this is the primary code looking over the tool with the registration table that evc writes
- 2023-05-30 05:10: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
-
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。
evc下全屏代码,可以让整个窗口覆盖整个桌面。使用方便。-AES under full-screen code, the whole window can cover the entire desktop. Easy to use.
- 2022-05-17 04:36:01下载
- 积分:1
-
实现风车旋转的功能 颜色随即变换 路线不断变换
实现风车旋转的功能 颜色随即变换 路线不断变换-achieve windmills rotating color function immediately transform the constantly changing line
- 2022-08-03 13:52:30下载
- 积分:1
-
这个小程序可以帮你统计你输入的总的字符数和英文(中文)字符数!...
这个小程序可以帮你统计你输入的总的字符数和英文(中文)字符数!-This little program can help you statistics you enter the total number of characters and English (Chinese) characters!
- 2022-04-26 23:24:36下载
- 积分:1
-
100行代码的DES实现,用C编写,供大家参考
100行代码的DES实现,用C编写,供大家参考-100 lines of code to achieve the DES, using C to prepare for your reference
- 2022-02-12 21:56:41下载
- 积分:1
-
电子图书《AndersonJ.D.
电子图书《AndersonJ.D.-Computationalfluiddynamics》的有关程序,MATLAB代码。-E-book
- 2022-07-08 00:41:19下载
- 积分:1
-
E时代影碟销售管理系统
用.net开发的
E时代影碟销售管理系统
用.net开发的-E era of DVD sales management systems. net development
- 2022-02-26 17:43:26下载
- 积分:1
-
该算法描述了SVM工作的简单模式。方便各位学习使用
该算法描述了SVM工作的简单模式。方便各位学习使用-The algorithm describes a simple model of SVM work. Ease of learning to use
- 2023-02-17 23:30:04下载
- 积分:1