-
File
Winsock communication program and Delphi source code with Win API written in winsock communication program
- 2009-12-09 04:43:46下载
- 积分:1
-
DBISAM-4.3-XE
DBISAM 4.3 for Delphi XE
- 2014-06-13 01:21:36下载
- 积分:1
-
Multi-SSH-P-Simple-Dialer
source code plink + dialer
- 2015-05-14 08:37:37下载
- 积分:1
-
The-course-of-Delphi.7use
全书共14章,全面讲解了Delphi程序设计语言的各个部分,特别加强了对数组、过
程与函数、界面设计、文件、多媒体、数据库等程序设计的重点、难点和具有较高实用价值
的内容的引导和剖析。(The book is 14 chapters, a comprehensive account of the various Delphi programming language, in particular in strengthening the array, processes and functions, interface design, documents, multimedia, database and other procedures designed to focus, difficulty and has high practical value content guidance and analysis.)
- 2013-07-21 23:56:21下载
- 积分:1
-
牧羊人服饰系统 (ADO+SQL)
说明: 调拨管理,销售管理,销售分析,店员操作记录管理,店员留言管理,退货管理,pos票据打印等模块。(Transfer management, sales management, sales analysis, clerk operation record management, clerk message management, return management, POS bill printing and other modules.)
- 2019-05-20 17:05:25下载
- 积分:1
-
EditorViewAPI
本演示展示了如何扩展Delphi的IDE编辑器包括图形控制,标签插入,和选项设置。加载TestEditorViewAPI.dproj后,通过右键单击TestEditorViewAPI.bpl在项目经理和采摘安装来安装该软件包。一旦构建并安装完成后,程序包将添加以下内容:
新的IDE菜单项,查看|弹力球,这将创建一个新的编辑器选项卡中有一个反弹球,和相关的关闭BouncyBall项目。
一个新的标签叫做“操作系统文件信息”控股与由当前显示的编辑标签所代表的单元文件中的数据。(This demo shows how to extend the Delphi IDE editor includes graphical control, tag insertion, and option settings. After loading TestEditorViewAPI.dproj, click TestEditorViewAPI.bpl the project manager and picking Install to install the package by right. Once constructed and installed, the package will add the following: The new IDE menu items, see | elastic ball, which will create a new editor tab has a bouncing ball, and the associated closed BouncyBall projects. A new label called data " Operating System File Information" Holding the unit files currently displayed by the Edit tab represents the.)
- 2014-01-27 23:49:25下载
- 积分:1
-
delphil-flashform
1,FlashWindow(Application.Handle, True) 让主程序在任务栏上的图标闪烁
2,FlashWindow(form.Handle, True) 让指定的form状态栏闪烁
3,对于在任务栏上没有图标的form,比如form2可以用下面这个过程模拟一下,
procedure CreateParams(var Params: TCreateParams) override
procedure TForm2.CreateParams(var Params: TCreateParams)
begin
inherited
Params.WndParent := 0 //此段代码的意思是使窗口显示在任务栏中
end
此时FlashWindow(form2.Handle, True) 让form2在任务栏上的图标就会闪烁
(delphil flashform)
- 2013-10-11 11:11:02下载
- 积分:1
-
hardinfo25
Get Harddisk Info with Delphi 7
- 2013-03-26 21:41:18下载
- 积分:1
-
Pascal
Pascal精要
第一章 Pascal历史回顾
Delphi中使用的面向对象pascal编程语言并不是borland公司1995年发布可视化开发环境Delphi时才有的,它只是已有borland pascal产品的简单扩展。 Borland没有发明pascal,但它推广并扩展了pascal。
(Essentials of Pascal Chapter Pascal History Delphi used in object-oriented programming language pascal is not borland released in 1995, when Delphi visual development environment there, it' s just been a simple extension of the product borland pascal. Borland did not invent the pascal, but it is to promote and extend the pascal.)
- 2009-12-30 16:44:57下载
- 积分:1
-
networkduqu
通过对原来Gametest的修改,可以提取抓取的数据包中字段的读取,如Host主机名称,同时通过命令可以读取registered注册表中的网卡地址(Through changes to the original Gametest, packet capture can be extracted in the field of reading, such as Host host name, while the command can be read by the network adapter address registered in the registry)
- 2011-12-15 22:47:23下载
- 积分:1