-
员工管理系统
本代码是基于window下的VB.net系统程序开发,可作为典型案例进行学习或者进行进一步开发使用,是一个很好的资源
- 2022-03-02 16:27:39下载
- 积分:1
-
delphi键盘操作
delphi键盘操作-keyboard operation, etc.
- 2022-01-30 18:35:17下载
- 积分:1
-
服务器远程监视开发包
服务器远程监视开发包-server remote monitoring Development Kit
- 2022-03-13 00:55:18下载
- 积分:1
-
在VC6.0中,利用API编写电子钟表在窗口中显示当前的时间.
在VC6.0中,利用API编写电子钟表在窗口中显示当前的时间.-In VC6.0, the use of API in the preparation of the electronic watch window displays the current time.
- 2023-07-25 11:00:03下载
- 积分:1
-
关闭窗口不报警
close window not alert
- 2022-05-17 09:23:34下载
- 积分:1
-
一个漂亮的时钟,vb做的
一个漂亮的时钟,vb做的 -clock
- 2022-09-15 17:25:03下载
- 积分:1
-
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。...
静态链表.这是刚刚学习数据结构的时候编写的第1个小小程序,用构造类型编写的静态链表,实现了基本的赋值,插入,删除等功能。-static List. This is just learning the structure of the data, prepared by the time a small program that will prepare the structure type static chain and achieve the basic assignment, insert, delete capabilities.
- 2022-06-20 07:54:46下载
- 积分:1
-
Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
计算任意方矩阵特征值特征向量的VC++源码-Calculation of arbitrary square matrix eigenvalue eigenvector VC++ Source
- 2022-02-20 06:50:23下载
- 积分:1
-
JPG的D
delphi BMP转JPG的d-JPG the d
- 2022-08-13 12:06:40下载
- 积分:1
-
vs2013 SendMessage后台鼠标消息实例
vs2013 SendMessage后台鼠标消息实例
void 测试()
{
RECT r1;
POINT old_p;
HWND Game = ::FindWindow(NULL, "Plants vs. Zombies 1.2.0.1073 RELEASE");
//::MessageBox(NULL, GetGmae, "这是标题", MB_OK);
::SetWindowPos(Game, 0, 0, 0, 0, 0, SWP_NOSIZE | SWP_SHOWWINDOW | SWP_NOMOVE);
//::SetWindowPos(Game, HWND_TOPMOST, 0, 0, 0, 0, SWP_NOSIZE | SWP_NOMOVE);
//设置窗口属性
- 2022-01-24 14:19:04下载
- 积分:1