-
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
-
DelphiADO
Delphi.5.X.ADO.MTS.COM+高级程序设计篇(Delphi.5.X.ADO.MTS.COM+ Advanced Programming chapter)
- 2011-09-24 10:33:34下载
- 积分:1
-
ClassAndThread
如何在Delphi中创建线程以及使用类的示例(How to create threads in Delphi and an example with classes)
- 2018-09-14 00:50:26下载
- 积分:1
-
SPComm
spcomm 串口空间,修改了在com大于9时报错的问题。(spcomm com)
- 2012-09-26 17:49:04下载
- 积分:1
-
client
Delphi:Delphi浏览/查看大图片的程序源码例子,很多初学Delphi的朋友搞不清楚如何去查看一张大图片,这个例子就比较好,让你彻底学会方法。
(Delphi: Delphi browse/view the big picture of program source code examples, many Delphi beginner friends do not know how to see a big picture, this example is better, so that you thoroughly learn the method.)
- 2014-07-23 09:39:39下载
- 积分:1
-
Messaging-communication
利用消息机制制作的简单程序间的通信例子,对初学消息的人有帮助,自定义消息(Mechanisms for making use of information communication between a simple program examples for beginners news to help people, a custom message)
- 2013-10-16 14:29:07下载
- 积分:1
-
shap
能够让用户很方便的在自己的程序中写出自己想要的所有的图形来,很实用的.(err)
- 2007-10-06 12:21:11下载
- 积分:1
-
Treeview
使用delphi自带的treeview控件做的目录树显示
(Using delphi treeview control that comes with doing a directory tree display)
- 2013-07-30 09:47:22下载
- 积分:1
-
Delphigame40
说明: Delphi 编写的40个小程序,电子版的哦,多多支持(40 small program written in Delphi, the electronic version of Oh, can support)
- 2010-05-04 23:07:15下载
- 积分:1
-
socketstream-release-0.1
socket stream for delphi
- 2010-11-09 04:40:11下载
- 积分:1