-
codehook
Win32 CodeHook is a API hooking library.
You can use it in Delphi, VC, Borland C++, or any programming
language that supports Windows DLL.
- 2016-08-17 01:31:17下载
- 积分:1
-
Delphi6
USB来电录音盒delphi6的DEMO程序。
在Windows系统平台,USB语音盒的所有接口函数名称和所需参数基本上与PCI语音卡是一致的,除非特别说明,两者函数兼容。(USB tel delphi6 DEMO)
- 2013-11-28 19:58:24下载
- 积分:1
-
ExcelToPdf
一个可以将excel转成pdf文件的小程序(One can excel convert pdf file applet)
- 2013-10-08 08:44:35下载
- 积分:1
-
IP
说明: display IP 如何显示外网IP 这个只显示局域网IP(display IP how to display the external IP the only LAN IP)
- 2011-06-25 20:41:47下载
- 积分:1
-
ACM
说明: Delphi经典控件:ACM音频控件下载(Delphi classic control: ACM audio control download)
- 2020-07-04 18:00:20下载
- 积分: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
-
delphi_help
delphi 快速入门的一个帮助文件。本人认为里面提到的数据库编程不错。(delphi help)
- 2009-06-02 22:06:27下载
- 积分:1
-
Treeview
使用delphi自带的treeview控件做的目录树显示
(Using delphi treeview control that comes with doing a directory tree display)
- 2013-07-30 09:47:22下载
- 积分:1
-
CTP_delphi
ctp delphi 比较少见的DELPHI CTP(ctp delphi)
- 2014-02-12 08:52:10下载
- 积分:1