-
Raize-V6.07
raize6.07最新版,可用delphi 2010、EX1、EX2已验证,使用24小时后删除。(raize6.07 delphi 2010,EX1 EX2.)
- 2013-01-24 17:50:03下载
- 积分: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
-
n1-23
delphi实现简单文件复制(simple reproduction of documents)
- 2004-12-17 08:51:54下载
- 积分:1
-
RzPageControl窗口融合
1.窗口融合修正版
2.无错版
3.使用RzPageControl控件
4.Delphi7编译(1. window fusion revision 2. error free edition 3. use RzPageControl controls)
- 2021-03-10 02:49:27下载
- 积分:1
-
shu-jian
建立键盘鼠标动作记录与回放(使用Delphi开发)(Keyboard and mouse action recording and playback ( the use of Delphi )
)
- 2013-05-02 16:09:46下载
- 积分:1
-
XP-Theme-Manager
XP Theme manager for delphi 7
- 2012-04-04 02:00:47下载
- 积分:1
-
2
说明: DarkATLSmtp(SMTP COM 组件原创代码),注册后可在Delphi中发邮件。(source code of smtp com object )
- 2009-05-05 14:10:01下载
- 积分:1
-
2
Delphi实现的屏幕放大镜源码,本例可以将屏幕放大,按比例放大。(Delphi implementation of the screen magnifier source code, this example can enlarge the screen, scale up.)
- 2018-11-12 16:59:33下载
- 积分:1
-
Flash
Flash Play Delphi 播放器源码,用在开发程序动态界面最棒了。(Flash Play Delphi player source code, using dynamic interface is the best in the development program.)
- 2016-10-26 11:56:19下载
- 积分: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