-
Delphi实现窗体失去焦点时标题栏闪动特效
这是个有意思的窗口设计实例源码,Delphi实现窗体失去焦点时标题栏闪动特效,flashwindow特效,这样可吸引操作者注意,其实实现这一功能并不复杂,以下代码最关键:
procedure TForm1.Timer1Timer(Sender: TObject);
begin
flashwindow(Handle,true);
end;
procedure TForm1.WMACTIVATEAPP(var message: TWMACTIVATEAPP);
begin
if Message.Active then
form1.Timer1.Enabled := false
else
form1.Timer1.Enabled := true;
end;
完整源码请下载。
- 2022-07-08 18:47:20下载
- 积分:1
-
这是一个很好的功能.可以获取到某个文件的一些很好的有用的信息....
这是一个很好的功能.可以获取到某个文件的一些很好的有用的信息.
- 2022-05-24 23:00:10下载
- 积分:1
-
AES
aes算法 支持字符串 文件加密密 (aes cryto)
- 2013-02-02 01:18:18下载
- 积分:1
-
两张图像合并
用于两张图像合并在一起,多种合并模式shj
- 2022-01-28 07:13:29下载
- 积分:1
-
Anti-DeDe
Anti-DeDe... .....Anti-DeDe示例
├──Find...............查找进程和窗口
└──Hide...............隐藏事件(Anti-DeDe ... ..... Anti-DeDe example ├ ─ ─ Find ............... search process and the window └ ─ ─ Hide ........ Hide events .......)
- 2009-01-14 19:49:37下载
- 积分:1
-
USE, the Unicode Syntax Edit is an edit control for Delphi, with syntax highligh...
USE, the Unicode Syntax Edit is an edit control for Delphi, with syntax highlighting and WideString/Unicode support.
This edit control comes with highlighter classes for Delphi, C/C++, HTML, SQL and others.
- 2022-09-30 02:50:03下载
- 积分:1
-
gjb
陈胜点击器,最好的惦记软件,好啊.好用请推广,还不够啊(Sheng clicker, best remembered software, yes. Handy please promotion, not enough ah)
- 2013-11-04 13:11:37下载
- 积分:1
-
used language tacticians implicit enumeration method for the planning process 0
用delphi语言实现运筹学隐含枚举法求0-1规划程序-used language tacticians implicit enumeration method for the planning process 0-1
- 2023-08-30 22:05:03下载
- 积分:1
-
gouzi
钩子程序,用delphi写的小程序,从中可以学习到钩子原理(Hook procedure, use delphi to write a small program, which can learn to hook the principle of)
- 2008-12-17 18:40:13下载
- 积分:1
-
mapx+delphi 实例 mapx5.0 EXAMPLE
mapx+delphi 实例 mapx5.0 EXAMPLE-MapX example mapx5.0 EXAMPLE
- 2022-01-25 21:19:41下载
- 积分:1