-
madCollection-ForDelphi2010-XE-XE2
著名的APIHOOK工具 madCollection For Delphi2010 XE XE2。
网上的madCollection只有dephi7的代码,而在Delphi 2010 XE XE2下无法使用。这代码能作为Delphi 2010 XE XE2访问madCollection的桥梁。
用法:在D7下下载madCollection源码包编译本代码生成DLL,给Delphi 2010 XE XE2使用,并写好了访问接口。(madCollection For Delphi2010 XE XE2)
- 2013-05-24 18:53:21下载
- 积分: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
-
Delphi_726242
Delphi:建立临时文件的Delphi源码示例,请在事先定义好临时文件名称,在某些时候,我们需要程序生成临时文件或临时目录,在此你可借鉴本Delphi源码,新手更应该看哦。
(Delphi: Delphi source code examples to establish temporary files, temporary files defined in advance the name, at some point, we need to program generates temporary files or temporary directory, where you can learn the Delphi source code, novices should Kane.)
- 2014-07-01 01:33:25下载
- 积分:1
-
59867346
Delphi创建一个ocx控件的方法,含源码,编程学习源码,很好的参考资料。(Method, create a ocx control with Delphi source code, learning programming source code, a good reference.)
- 2014-01-04 08:49:48下载
- 积分:1
-
playmusic
不使用控件播发声音文件
避免占用过多资源(No controls broadcast audio files to avoid consuming too much resources)
- 2015-03-23 17:54:17下载
- 积分: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
-
delphi-player
能播放、播放MP3音频 和常见视频 非常的强大了(Can play MP3 audio and video is very strong common)
- 2011-07-02 23:54:25下载
- 积分:1
-
code5
Delphi将Excel导入到Access数据库修改版(Delphi to Excel Import to Access database to a modified version of)
- 2012-07-05 15:38:24下载
- 积分:1
-
346
Delphi开机自启动+添加桌面快捷方式源代码实例,编程学习源码,很好的参考资料。(Delphi boot from the start+ add desktop shortcut source code examples, programmed learning source, a good reference.)
- 2014-02-10 19:30:25下载
- 积分:1
-
delphi_help
delphi 快速入门的一个帮助文件。本人认为里面提到的数据库编程不错。(delphi help)
- 2009-06-02 22:06:27下载
- 积分:1