-
client
Delphi:Delphi浏览/查看大图片的程序源码例子,很多初学Delphi的朋友搞不清楚如何去查看一张大图片,这个例子就比较好,让你彻底学会方法。
(Delphi: Delphi browse/view the big picture of program source code examples, many Delphi beginner friends do not know how to see a big picture, this example is better, so that you thoroughly learn the method.)
- 2014-07-23 09:39:39下载
- 积分:1
-
Get Hardware ID
get hardware id, disk number id in delphi
- 2018-09-25 09:57:10下载
- 积分:1
-
RichView_Help
RichView控件的中文帮助文件。强大的文本编辑功能,富文本编辑。(the help of simple chinese of RichView control)
- 2013-10-17 09:49:00下载
- 积分:1
-
ThemeExplorer
Delphi Theme Explorer
- 2013-10-23 16:56:32下载
- 积分:1
-
function
通过举例说明函数调用的实现过程、基本变量说明以及基本控件的使用。(Function call by example the implementation process, the basic variables and basic control instructions to use.)
- 2010-09-04 21:52:45下载
- 积分:1
-
LantuSale
说明: 从网友处得到的蓝图财务进销存源程序,程序运行需要ehlib,fastreport等。
程序效果还可以。
放到盒子上大家共同学习。
感谢提供程序的网友。
本程序是转贴。(Received from users a blueprint for financial ADOMS source, procedures needed for the operation of ehlib, fastreport and so on. Procedures can also be the effect. Box on the U.S. learn together. Expresses its appreciation for the program users. This procedure is posted.)
- 2008-09-06 16:28:39下载
- 积分:1
-
uHTTPInternet
Unit para facilitar o envio de arquivos pelo delphi usando Thread, desenvolvida por Euler
- 2010-05-26 11:50:10下载
- 积分:1
-
dspackforXE2
delphi的directshow组件,最新版,支持D5、D6、D7、D2005、D2006、D2010、Delph XE2,本人在XE2中安装后经测试没有任何问题,其他版本没有测试(delphi directshow components, the latest version, support D5, D6, D7, D2005, D2006, D2010, Delph XE2 I installed in XE2 has been tested without any problems, other versions not tested)
- 2012-04-19 14:00:54下载
- 积分: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
-
fomrtransparent
Form transparent copy ST
- 2009-10-12 14:54:10下载
- 积分:1