-
quickrpt
quickreport delphi componen
- 2012-04-04 01:56:29下载
- 积分:1
-
Delphi-Thread-_Demo
1.Delphi中Thread基本应用演示;
2.多线程中传递参数演示(传递给线程4个参数,在线程处理中应用);(1.Delphi in Thread basic application demonstrates 2. Multiple threads pass parameters demo (4 parameters passed to the thread, the thread processing the application) )
- 2013-09-27 16:17:20下载
- 积分:1
-
wangluo
实现各种电视或广播mms地址的播放,简单高效,容易操作(do it)
- 2011-06-03 22:35:24下载
- 积分:1
-
wfTemplet
工作流模版设计工具,本来是为一个项目配套开发的,
后来因种种原因没有使用。非立项的东西,自然是自己的了。欢迎共同探讨联。
源代码是Delphi实现的,Templet中本来有很多图的,都
删掉,自己尝试画吧
源码已经上传, 很烂
Mail: Hanfi@163.com
MSN gdsoft@msn.com
行水流云(workflow template design tool was originally a project for supporting the development, and later, for various reasons, have not used. Non-establishment of the things that is naturally of their own. Welcome to explore together. Source code is Delphi, which was originally Templet many of the plans are deleted, try to plan it Mail : Hanfi@163.com MSN gdsoft@msn.com flow goes OK)
- 2006-11-22 11:16:04下载
- 积分:1
-
1_zastavka
说明: Splash screen Delphi
- 2020-06-19 19:40:02下载
- 积分:1
-
Anti-Monitor
delphi程序的反调试教程及源码,可以对付常见的调试手段(delphi tutorial program and the anti-debugging code, you can debug a means to deal with common)
- 2009-07-04 22:18:27下载
- 积分:1
-
hardinfo25
Get Harddisk Info with Delphi 7
- 2013-03-26 21:41:18下载
- 积分:1
-
Uaauutovpns
用Delphi创建一个VPN连接接,目前还不知道怎么添加目标地址。
(Then use Delphi to create a VPN connection, do not know how to add the destination address.)
- 2012-08-13 17:36:10下载
- 积分:1
-
base64
delphi 开发的bease64的演示文件, 非常好用(delphi development bease64 presentation file, very easy to use)
- 2011-10-24 13:24:36下载
- 积分: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