-
update
delphi 自动升级程序精简版,支持断点下载(delphi auto update)
- 2011-01-12 09:18:58下载
- 积分:1
-
Delphi-XE2-FMX-Utilities
讓 Delphi 在 FireMonkey 環境下使用剪貼簿及開發 MAC 環境下製作PDF,含使用範例及原始碼(Use the clipboard and let Delphi development environment MAC create PDF in FireMonkey environment, including the use of examples and source code)
- 2014-02-20 11:51:38下载
- 积分:1
-
USerialChannel
My New Communication Pas
- 2013-10-07 20:13:01下载
- 积分:1
-
Treeview_Tutorial
Tutorial treeview delphi
- 2017-08-15 22:41:19下载
- 积分:1
-
exeadd
可实现对exe文件进行修改和自我修改个功能,非常好的实例代码,直接调用系统底层,编写规范,思路明确,代码易读。(Exe file can be modified to achieve self-modification and functional, very good example code, call the system directly to the bottom, write specifications, ideas, clear, readable code.)
- 2011-11-24 23:16:39下载
- 积分:1
-
tmp
delphi做的ReportMachine例程,工程初学者入门。(This is a Example for new users written by Delphi.)
- 2013-04-19 08:26:51下载
- 积分:1
-
ahel
Simple Additive Weighting Method with Delphi
- 2016-07-22 18:34:22下载
- 积分:1
-
200641321119786
中国网通IP电话计费模拟软件
也是一个IP电话计费软件 (China Netcom IP analog telephone billing software telephone billing software is also an IP)
- 2010-07-18 11:38:34下载
- 积分:1
-
madSecurity
madSecurity.rar
MadCollection.2.5.2.6FS
- 2020-06-25 18:20:02下载
- 积分: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