-
Delphi采用MSComm控件开发串口测试工具
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
Delphi采用MSComm控件开发串口测试工具,在Windows+Delphi7编译通过
- 2022-07-01 19:24:42下载
- 积分:1
-
这是一个学习c++的好例子,好玩易学的c++游戏!
这是一个学习c++的好例子,好玩易学的c++游戏!-This is a learning c++ a good example of fun, easy-to-c++ game!
- 2023-01-05 17:45:03下载
- 积分:1
-
汇编程序shizhong
汇编程序shizhong -assembler shizhong
- 2023-08-01 11:05:03下载
- 积分:1
-
令人兴奋的商场。开车去上班!
应用背景你有90秒到达你的工作简单的汽车,只有硬汽车和自行车有乐趣的朋友。关键技术用钥匙扣,上,下,左,右驱动。你必须要工作90秒,不与其他汽车碰撞,骑自行车和障碍。
- 2022-04-09 11:37:52下载
- 积分:1
-
获得焦点的窗口和窗口的句柄
应用背景通过使用这个应用程序,您可以轻松地获得标题和当前焦点的窗口句柄的句柄。在这个项目中我们必须使函数调用user32.dll是Windows的API的一部分。两种功能,我们将使用:getforegroundwindow() -得到处理和了解处理我们可以称getwindowtext()获得窗口的标题。关键技术在我们进入代码之前,让我们先添加2个标签,2个文本框和一个计时器。相应地将所有这些名称命名,设置定时器的时间间隔,当然,允许它。现在的代码。首先,我们定义我们的使用报表:使用系统;使用系统;使用system.windows.forms;使用system.runtime.interopservices;我们需要一个命名空间,所以我们可以使用dllimport。然后我们宣布我们的Windows API函数使用dllimport: ; ; ; ; ; ; ;[ dllimport(“user32。dll”)]静态extern int getforegroundwindow();【dllimport(“user32。dll”)]静态extern int GetWindowText(int HWND,StringBuilder文本,int数);最后,我们插入下面的代码,在计时器的滴答声(双按您的定时器在设计视图)事件: ; ; ; ; ; ; ; ; ; ; ; ;const int CHR = 256; ; ; ; ; ; ; ; ; ; ; ;int处理= 0; ; ; ; ; ; ; ; ; ; ; ;StringBuilder缓冲=新的StringBuilder(CHR); ; ; ; ; ; ; ; ; ; ; ;getforegroundwindow()处理=;&n
- 2023-04-09 00:00:03下载
- 积分:1
-
源码就如何自定义异常抛出做了一定的阐述。希望对大家有用...
源码就如何自定义异常抛出做了一定的阐述。希望对大家有用-Source on how to make custom exception thrown out of some. Everyone would like to be useful
- 2022-05-30 07:12:33下载
- 积分:1
-
vfp很多小程序
vfp很多小程序-Probe many small programs
- 2022-03-24 15:22:14下载
- 积分:1
-
Word, Excel practice correcting system
WORD,EXCEL改卷练习系统-Word, Excel practice correcting system
- 2023-03-06 14:05:03下载
- 积分:1
-
MFC技术内幕(配书源码CHAP10.rar
MFC技术内幕(配书源码CHAP10.rar-MFC Insider (book distribution source CHAP10.rar
- 2023-07-14 19:55:03下载
- 积分:1
-
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel...
Excel 作为Microsoft Office里面的拳头产品,内建了COM支持,所以通过Automation,可以轻松实现Automation组件跟excel里面的VBA的通信.本程序就是根据这个原理完成.-Excel as a fist inside the Microsoft Office Products, built the COM support it through Automation, can easily realize Automation components inside VBA with excel communication. This procedure is completed in accordance with this principle.
- 2022-04-13 07:57:41下载
- 积分:1