-
一个强大的窗口类系统, 强力推荐
一个强大的窗口类系统, 强力推荐-a powerful window class system, strongly recommended
- 2022-03-25 02:26:52下载
- 积分:1
-
A basic Calculator using Swing
A basic Calculator using Swing -A basic Calculator using Swing
- 2022-11-10 06:10:03下载
- 积分:1
-
Spare time, using VC made a small program is VC SQL server mode, the program con...
工作之余,用VC作了一个小程序,是VC SQL server模式的,程式内容比较简单,主要设及以下内容:
1、窗口如何分割;
2、多视图之间如何通信;
3、列表视图的操作及事件处理;
4、树形控件的操作及事件处理,利用递归根据数据库动态生成目录;
5、实现主从表的显示; -Spare time, using VC made a small program is VC SQL server mode, the program content is relatively simple, the main set and the following: one, how the window segmentation 2, multi-view of how communication 3, list view operation and event handling 4, tree controls the operation and events that deal with the use of recursive dynamically generated according to the database directory 5, realize the main display from the table
- 2022-09-27 02:25:03下载
- 积分:1
-
failed to translate
c言语环境下进行 黑白棋 仿真
很有趣的小程序-failed to translate
- 2022-10-01 10:15:03下载
- 积分:1
-
这是一个在C环境下实现 的关于定积分求解的程序!
这是一个在C环境下实现 的关于定积分求解的程序!-This is an environment in C under the integral solution of the procedure!
- 2022-02-12 16:39:36下载
- 积分:1
-
PE Explorer从可执行文件(PE)提取资源,同样的软件…
PE Explorer 从可执行文件(PE)中提取资源,像 ExeScope 一样的软件-PE Explorer from the executable file (PE) to extract resources, the same software as the ExeScope
- 2023-01-30 08:00:04下载
- 积分:1
-
software encryption, do not need to buy Security Dog, Johnson ah. Doing an encry...
软件加密,不需要买加密狗了,白花钱啊.自己做一个加密程序-software encryption, do not need to buy Security Dog, Johnson ah. Doing an encryption program
- 2023-08-24 06:10:03下载
- 积分:1
-
This is a show that the clock procedures, written in C, running after a beautifu...
这是一个显示时钟的程序,用C写的,运行后出现一个漂亮的钟-This is a show that the clock procedures, written in C, running after a beautiful bell
- 2022-10-30 00:40:04下载
- 积分:1
-
NET framework is a serial process, the process running in the PDA.
是一款NET框架的串口程序,本程序在PDA上运行。-NET framework is a serial process, the process running in the PDA.
- 2023-08-23 10:55:05下载
- 积分: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