-
带滚动条的ListView图像阵列采集
应用背景这是一个比2010溶液,这说明图像图标,ListView使用 ;图像水平滚动条ListView的缩影。这是一个比2010溶液,这说明图像图标,ListView使用 ;图像水平滚动条ListView的缩影。这是一个比2010溶液,这说明图像图标,ListView使用 ;图像水平滚动条ListView的缩影。这是一个比2010溶液,这说明图像图标,ListView使用 ;图像水平滚动条ListView的缩影。关键技术本教程的目的是介绍基本的使用C #在微软Visual Studio 2010软件开发环境下工作(“C”)编程语言。微软视觉工作室(与)由一个集合的工具,使程序员可以编辑,编译,调试,测试和部署应用程序的各种操作系统,如微软视窗和视窗移动设备。这些工具通常被称为一个集成开发环境(IDE)。 ;
- 2022-03-20 06:01:36下载
- 积分:1
-
改编用的MAME模拟器的源代码,主要是用C编,没有密码,
改编用的MAME模拟器的源代码,主要是用C编,没有密码,-MAME adaptation of the source code simulator, it is mainly used C series, no password,
- 2023-01-25 05:50:04下载
- 积分:1
-
这个源代码在Visual Basic 6为数据记录在Excel的新版本。
This the sorce code in Visual Basic 6 for the data logging in Excel new version. -This is the sorce code in Visual Basic 6 for the data logging in Excel new version.
- 2022-07-17 07:18:07下载
- 积分:1
-
窗口部分透明代码。可以设置窗口部分透明。
窗口部分透明代码。可以设置窗口部分透明。-Transparent part of the code window. Part of a transparent window can be set.
- 2022-04-06 22:12:31下载
- 积分:1
-
Each line will be large files into a folder for the extraction is separated into...
将大文件每一行分成一个文件夹,用于分割成提取各种所需结构-Each line will be large files into a folder for the extraction is separated into all the necessary structure
- 2022-10-13 20:20:03下载
- 积分:1
-
用vc开发的实例63
用vc开发的实例63-学生成绩管理系统,可以用来管理成绩的啊,是毕业设计-The actual example 63 developed by using vc tools-student achievement management system, it can be used to manage the achievement of student,and it is the good helper of graduation design.
- 2022-03-05 00:23:02下载
- 积分: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
-
多串口控制系统
资源描述该软件包括4个串口,和下位机实时通信,自定义的通信协议,4个串口间相互通信,解决了串口之间通信受阻问题,已经正常用于工业设备上,性能可靠。
- 2022-04-01 13:01:33下载
- 积分:1
-
PSAT 2.1.5 for power system research with GUI and Matlab running environment
PSAT 2.1.5 for power system research with GUI and Matlab running environment
- 2022-06-18 08:27:24下载
- 积分:1
-
实现阶乘运算! 非常好用
实现阶乘运算! 非常好用-achieve factorial Operational! Very handy
- 2022-08-06 17:28:36下载
- 积分:1