-
详细介绍了用Delphi实现网络数据采集原理。
详细介绍了用Delphi实现网络数据采集的原理及开发过程!-Described in detail with the Delphi to achieve the principle of network data collection and the development process!
- 2022-06-13 18:30:29下载
- 积分:1
-
expansion Delphi IDE
扩展Delphi的IDE --Extending the IDE中译版 原文:Delphi7官方帮助
翻译:与月共舞(master@cnvcl.org)
发布:http://www.cnvcl.org
版本:V1.0.0.0
创建:2004-06-04
更新:2004-06-12-expansion Delphi IDE-- Extending the IDE Chinese translation of the original edition : Delphi7 official help Translation : and on the dancing (master@cnvcl.org) Releases : http://www.cnvcl.org Version : V1.0.0.0 created : 2004-06-04 Update : 2004-2006-06-12
- 2022-06-17 21:25:37下载
- 积分:1
-
windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete I...
windows外壳扩展编程入门实例
关于Windows 外壳扩展方面的文章私心以为最好的应当算是Michael Dunn 的The
Complete Idiot’s Guide to Writing Shell Extensions 我也曾想过所谓眼前有景道不
得崔颢题诗在上头既然已经有了这么好的文章我还来饶舌算什么不过转念再想文章
虽好毕竟是为Visual C++的用户看的对Delphi 的使用者来说似乎有点不公平我最初编
写Shell Extension 的时候用的也是Visual C++ 不过现在已经转而使用Delphi 觉得两者
毕竟还是有所不同因此就有了这篇文章算是将我的一些心得体会和大家分享
我最初的打算是将Michael Dunn 文章中涉及的全部内容全部转成Delphi 程序再加上我-windows Windows Michael Dunn The Complete Idiots Guide to Writing Shell Extensions What kind of tongue but want to switch majors article was, after all, is good for Visual C users the right to see the Delphi users seem to me a little unfair to the initial preparation of Shell Extension of the Visual C but also now turn to the use of Delphi or think they have, after all, we will have a different result this article I will be some experiences to share with you my initial intention was to Michael Dunn article, the full content of all to the proceedings with Delphi as I
- 2023-07-16 10:10:04下载
- 积分:1
-
用Delphi做的小程序,可以实现启动一个新的IE并控制它运行的功能。...
用Delphi做的小程序,可以实现启动一个新的IE并控制它运行的功能。-do with Delphi small programs, can achieve launched a new IE control over its operations and functions.
- 2022-07-15 23:36:29下载
- 积分:1
-
Delphi实效编程百例的随书源代码
这是其中的操作系统部分
Delphi实效编程百例的随书源代码
这是其中的操作系统部分-Delphi programming effectiveness of the 100 cases with books that the source code is part of the operating system
- 2022-01-24 17:30:36下载
- 积分:1
-
指导,这是所有非常基础的研究,打算看看朋友。
delphi教程,内容很全,十分基础,有意学习delphi 的朋友看一看。-Guide, which is all very foundation delphi study intends to look at the friends.
- 2022-10-16 22:20:03下载
- 积分:1
-
三个小程序的编程技巧。隐藏窗口标题栏2。TITL…
Delphi编程小技巧三则1.隐藏窗体的标题栏2.在标题栏中显示文字标题3.在任务栏中隐藏窗体的图标-Delphi programming skills in three small one. Hide Window title bars 2. The title characters shown in column 3 title. The mission column hidden forms of icon
- 2022-02-04 03:57:49下载
- 积分:1
-
Delphi Informant Magazine 2000 Feb
Delphi Informant Magazine 2000 Feb
- 2022-05-19 23:49:09下载
- 积分:1
-
在生产过程中,可以实现对动态画面的捕捉功能…
用Delphi制作的程序,可以实现对屏幕的动态抓取的功能。-Delphi production process, can achieve the right dynamic screen capture function.
- 2022-06-03 07:23:10下载
- 积分:1
-
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Gr...
unit Video
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls,
ExtCtrls, avicap, mmsystem, dsgnintf
// Types for event-procedures
type
TCapStatusProc = procedure(Sender: TObject) of object
TCapStatusCallback = procedure(Sender: TObject nID: integer status: string)
of object
TVideoStream = procedure(sender: TObject lpVhdr: PVIDEOHDR) of object
TAudioStream = procedure(sender: TObject lpWHdr: PWAVEHDR) of object
// Property Editor for driver selection
type
TDrivereditor = class(TPropertyEditor)
function GetAttributes: TPropertyAttributes override
procedure GetValues(Proc: TGetStrProc) override
function GetValue: string override
procedure SetValue(const Value: string) override
end -unit Video interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, stdctrls, ExtCtrls, avicap, mmsystem, dsgnintf// Types for event-procedurestype TCapStatusProc = procedure (Sender: TObject)
- 2022-02-21 02:41:49下载
- 积分:1