-
00
隐藏显示任务栏的Delphi源代码,编程学习源码,很好的参考资料。(Hide Show taskbar Delphi source code, programming learning source, a good reference.)
- 2014-02-23 21:46:13下载
- 积分:1
-
Delphiwordstart
在Delphi中控制Word启动和插入表格wordstart(Control Word starts in Delphi and insert a table wordstart)
- 2014-02-26 23:15:51下载
- 积分:1
-
PrTest
说明: 可动态调整打印项目的支票打印程序,给大家在打印方面提供一条思路(Dynamically adjust the check printing program to print the project, to provide you an idea of the print)
- 2011-03-21 15:58:19下载
- 积分:1
-
Pascal
Pascal精要
第一章 Pascal历史回顾
Delphi中使用的面向对象pascal编程语言并不是borland公司1995年发布可视化开发环境Delphi时才有的,它只是已有borland pascal产品的简单扩展。 Borland没有发明pascal,但它推广并扩展了pascal。
(Essentials of Pascal Chapter Pascal History Delphi used in object-oriented programming language pascal is not borland released in 1995, when Delphi visual development environment there, it' s just been a simple extension of the product borland pascal. Borland did not invent the pascal, but it is to promote and extend the pascal.)
- 2009-12-30 16:44:57下载
- 积分:1
-
LWUOTXQ
说明: 功能介绍: 1,支持状态开关:留言本总开关,留言开关(Function introduction: 1, support status switch: message book master switch, message switch)
- 2019-05-20 05:41:45下载
- 积分:1
-
FlatStylePforPD7
非常好用的flatstyle控件,delphi5,6,7都可以用的,很全,包含源码,package等等(Very useful flatstyle control, delphi5, 6,7 can be used, very wide, including source code, package, etc.)
- 2011-04-26 14:38:15下载
- 积分:1
-
Delphi_424638
Delphi:Delphi环境下基于idtcpserver断开与连接客户端,当客户端主动与服务端断开时,idtcpserver事件Disconnect能够接到消息,当客户端主动与服务端连接时,idtcpserver事件Connect能够接到消息。但是存在问题:当服务端断开客户端连接数,IdTCPClient事件Disconnected接不到到消息,只有客户端主动与服务端断开时IdTCPClient事件Disconnected才接到消息,烦请高人们支招。
实例中还涉及到idtcpserver最大连接数在程序中如何控制的解决方法。
(Delphi: Delphi environment based idtcpserver disconnect the client when the client is disconnected from the server-side initiative, idtcpserver event Disconnect able to receive the message, when the client and server to connect initiative, idtcpserver Connect event messages can be received . But there is a problem: When the server is disconnected client connections, IdTCPClient event Disconnected not receive the message, only the client and server is disconnected when the initiative IdTCPClient event Disconnected before receiving the news, I beg you high people Weapon.
Example also involves solutions idtcpserver maximum number of connections in the program how to control.)
- 2014-07-02 23:38:52下载
- 积分:1
-
pascal_function_of_the_whole_solution
pascal函数全解,非常详细的讲解了pascal的各个函数功能不错(pascal function of the whole solution, explained in great detail the various functions pascal function well)
- 2010-07-27 09:12:45下载
- 积分: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
-
WinVersion
说明: 一个delphi小程序,为了让广大delphi爱好者更好的学习delphi(a small procedure, in order to allow the majority of delphi lovers better learning delphi)
- 2006-04-19 12:33:28下载
- 积分:1