-
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
-
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
-
shu-jian
建立键盘鼠标动作记录与回放(使用Delphi开发)(Keyboard and mouse action recording and playback ( the use of Delphi )
)
- 2013-05-02 16:09:46下载
- 积分:1
-
TGIFImage.v.2.2.D7
GIFImage 图片工具,用于D5/D6/D7(GIFImage picture tool for D5/D6/D7)
- 2008-06-20 16:32:37下载
- 积分:1
-
tzgl
自己新学上手的一个公司科技图书资料管理系统(Learn to use their new technology, a company library management system)
- 2013-06-14 17:57:53下载
- 积分:1
-
NetController
lite remote administration tool
- 2017-08-19 15:05:55下载
- 积分:1
-
7536
极简单的Delphi数据库连接参数配置程序,编程学习源码,很好的参考资料。(Very simple Delphi database connection parameters, programming learning source, a good reference.)
- 2014-02-07 11:02:36下载
- 积分:1
-
DELETEFILE
学习批量删除目录精品,所有代码本人开发
应用于公司的文件删除里,全代码不保留了(Learning bulk delete directory products, all of the code development
Applied to the company s files are deleted, the code is not retained
)
- 2013-09-03 11:45:47下载
- 积分:1
-
6
说明: Delphi附加数据库并保存连接参数信息,编程学习源码,很好的参考资料。(Delphi additional database connection parameters and save the information, learn programming source code, a good reference.)
- 2014-01-25 20:24:46下载
- 积分:1
-
ExtraDev
ImageEn is the most powerful native image library available for Delphi and C++ Builder, and is also available for .NET. The library includes a complete suite of components to handle all aspects of image and editing, analysis and display. Join thousands of other developers who rely on ImageEn to add professional multimedia functionality to their software.
- 2015-02-21 10:07:01下载
- 积分:1