-
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
-
MBAXP
Modbus Master Protocol的ActiveX实现,支持使用VC、VB、Delphi、Excel等编程工具开发Modbus应用程序。(Modbus Master Protocol ActiveX technology, support the use of VC, VB, Delphi, Excel and other programming tools to develop Modbus applications.)
- 2016-09-08 01:08:19下载
- 积分:1
-
63
说明: 利用HotImages属性变换图像,Delphi编程学习源码,很好的参考资料。(Use HotImages property rollovers, Delphi programming learning source, a good reference.)
- 2014-02-10 19:32:23下载
- 积分:1
-
ExcelToPdf
一个可以将excel转成pdf文件的小程序(One can excel convert pdf file applet)
- 2013-10-08 08:44:35下载
- 积分:1
-
Delphi
Delphi:Delphi实现的文本文件加密解密程序,选择一个文本文件,即可实现加密与解密。
(Delphi: Delphi to achieve a text file encryption and decryption program, select a text file, you can achieve encryption and decryption.)
- 2014-08-06 22:59:15下载
- 积分:1
-
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
-
tgps-component
tgps-component gps communication program that can run in under Delphi7
- 2020-08-04 19:58:33下载
- 积分:1
-
bayesian_spam_filter
Spam Mail Filter sample code
- 2011-04-30 07:34:42下载
- 积分: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
-
pngimage
delphi png最新支持库 2012(delpih png image)
- 2020-10-05 13:17:41下载
- 积分:1