-
以前分析串口通讯用Device Monitoring Studio或SUDT,后来的usbxpress没有虚拟串口了,因此写了一个SiUSBXp.dll,来拦截...
以前分析串口通讯用Device Monitoring Studio或SUDT,后来的usbxpress没有虚拟串口了,因此写了一个SiUSBXp.dll,来拦截软件的调用和返回数据,还挺管用的。能找出通讯的内容和过程。需要的可以联系jvd@163.com-Previous analysis of serial communication with the Device Monitoring Studio or SUDT, later usbxpress no virtual serial port, so write a SiUSBXp.dll, to intercept calls and return the software data, kinda workable. Be able to identify the content and process of communication. Need to contact jvd@163.com
- 2022-03-22 16:44:29下载
- 积分:1
-
用于工作动态阵列的实用程序
Utilities for working with dynamic arrays in Delphi
- 2022-03-23 09:52:03下载
- 积分:1
-
00
隐藏显示任务栏的Delphi源代码,编程学习源码,很好的参考资料。(Hide Show taskbar Delphi source code, programming learning source, a good reference.)
- 2014-02-23 21:46:13下载
- 积分:1
-
RotatePic
本实例显示的是Delphi环境下的图片显示效果,可实现图片的翻转显示效果,代码清晰,适合初学者,有兴趣的朋友可以下载一下。(This example shows the Delphi environment, the picture display can be flipped to achieve image display, code clarity, suitable for beginners, are interested in what a friend can be downloaded.)
- 2009-10-20 16:06:14下载
- 积分:1
-
在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、...
在Windows环境下,鼠标和键盘是主要的输入设备。在Delphi中几乎每个对象都具有反映鼠标控制的事件,这些事件的主要功能包括改变鼠标指针的形状,移动、触发、拖动鼠标等。鼠标控制的三个相关属性是Cursor、DragCursor、DragMode;鼠标控制的三个对象方法是BeginDrag、Dragging、EndDrag;鼠标控制的七个事件包括OnDragDrop等。-In the Windows environment, the mouse and keyboard are the main input device. In Delphi, almost every object has to reflect the control of the mouse events, these events are the main functions include changing the shape of the mouse pointer, move, trigger, drag the mouse and so on. Mouse control of three related attributes are Cursor, DragCursor, DragMode mouse control of the three objects is BeginDrag, Dragging, EndDrag mouse control of the seven events, including OnDragDrop so.
- 2022-02-01 18:16:48下载
- 积分:1
-
第归调用函数,可查找指定目录下的所有子目录。
第归调用函数,可查找指定目录下的所有子目录。-resolution to the call function can be found in designated directories all subdirectories.
- 2023-02-02 04:20:03下载
- 积分:1
-
客服管理系统(SQL Server版本),delphi+sql2
客服管理系统(SQL Server版本),delphi+sql2-Customer Service Management System (SQL Server version), delphi+ sql2000
- 2022-05-08 03:09:24下载
- 积分:1
-
"我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。...
"我a你c窗体bbbbb你"如果要你在第四个byte那里把上面的句子分成两句,该怎么办?我自己写的例子可以解决此问题。它用于对小灵通用户发送短信时特别有用。-"I have a window you c bbbbb you," If you in the fourth byte where he divided into the above sentence 2, how do? I wrote it myself example, we can solve this problem. It used to PHS users send messages when particularly useful.
- 2023-05-23 19:00:02下载
- 积分:1
-
Delphi 6 Developer s Guide (Sams Developer s Guides)
By Xavier Pacheco
Publi...
Delphi 6 Developer s Guide (Sams Developer s Guides)
By Xavier Pacheco
Publisher: Sams
Number Of Pages: 1200
Publication Date: 2001-12-17
ISBN-10 / ASIN: 0672321157
ISBN-13 / EAN: 9780672321153
Borland(r) Delphi 6 Developer s Guide is a new edition of the #1 best-selling Delphi book by authors Steve Teixeira and Xavier Pacheco. Steve and Xavier are of the winners of the Delphi Informant Reader s Choice Award for both Delphi 4 Developer s Guide and Delphi 5 Developer s Guide.
Borland(r) Delphi 6 Developer s Guide is completely updated for Delphi 6 and includes in-depth coverage on Borland s new CLX architecture, DBExpress Applications, SOAP, CORBA, WebSnap and BizSnap features. It continues as a complete reference and authoritative guide to the newest version of Delphi.-Delphi 6 Developer s Guide (Sams Developer s Guides)
By Xavier Pacheco
Publisher: Sams
Number Of Pages: 1200
Publication Date: 2001-12-17
ISBN-10 / ASIN: 0672321157
- 2022-04-16 05:52:59下载
- 积分:1
-
拨号控件代码
unit DialUp;interfaceuses SysUtils, Windows, Dialogs, Classes, ExtCtrls, Forms, Messages;{******************************************************}{******************************************************}{******************************************************}// RAS API header by Davide Moretti{******************************************************}{******************************************************}{******************************************************}(*RASAPI*){* Copyright (c) 1992-1995, Microsoft Corporation, all rights reserved(*RASAPI*)**(*RASAPI*)** ras.h(*RASAPI*)** Remote Access external API(*RASAPI*)** Public header for external API clients(*RASAPI*)*}(*RASAPI*)(*RASAPI*){ Delphi conversion by Davide Moretti }(*RASAPI*){ Note: All functions and structures defaults to Ansi. If you wan
- 2022-04-26 13:10:58下载
- 积分:1