-
数据库显示,编辑、修改、使用DATAGRID操作数据库信息
数据库显示,编辑、修改、使用DATAGRID操作数据库信息-databases, edit, modify, operate the database using information DATAGRID
- 2022-03-14 21:10:34下载
- 积分: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
-
merging sort
归并排序--c语言非第归-merging sort-- c-language section naturalization
- 2023-08-29 15:10:02下载
- 积分:1
-
Java显示彩色的名字,并可以改变其颜色
Java显示彩色的名字,并可以改变其颜色-Java code which can show the color name and change the color
- 2022-02-24 21:04:46下载
- 积分:1
-
基于VC6.0的一个分型演示程序
演示雪花的形成过程。
基于VC6.0的一个分型演示程序
演示雪花的形成过程。
-VC6.0 on a sub-type demo program demo the formation of snowflakes.
- 2022-07-05 00:13:13下载
- 积分:1
-
多
Multi-threaded example source code
- 2022-03-20 09:27:09下载
- 积分:1
-
在表现主题的比较经典的xoj比较…
xoj里比较经典且比较具有代表性的题目的代码-Comparison of classic and xoj in comparison with the subject of the representation of code! ! !
- 2022-03-23 04:53:10下载
- 积分:1
-
四旋翼
在如今的飞控中,种类繁多。如果要进行而二次开发,需要进行大量的解读。该自主壁障模块为基于飞控和接收机之间的植入模块。其即不影响遥控接收机输出pwm给飞控,又能处理超声波传感器送回的信号,超声波传感器为us-016,输出为模拟信号。板子用的是arduino328p。sip下载。
- 2022-07-08 07:23:50下载
- 积分:1
-
delphi 动态设置ip地址
IP地址动态设置,可将IP地址保存至EXCEL中,打开程序后载入EXCEL文件,用户可选择对应的IP地址点击确认按钮后,便可应用。
- 2022-01-31 18:38:51下载
- 积分:1
-
游戏脚本npcsay编辑器,使用于骑士游戏脚本编辑,功能齐全!...
游戏脚本npcsay编辑器,使用于骑士游戏脚本编辑,功能齐全!-Npcsay game script editor, use the Script Editor in the Cavalier games, full-featured!
- 2023-07-27 21:50:03下载
- 积分:1