-
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
-
Chap03
李维编写的D6程序开发设计源码,要求是D6环境,我的版本是D2007不兼容(Li Li source source source Li Li Li source source source Li Li source)
- 2011-07-18 14:24:06下载
- 积分:1
-
Delphi_Example
delphi操作外部程序,给控件赋值,以及对button的操作等。(Delphi external program, to control the assignment, and the operation of button.)
- 2014-03-30 13:11:20下载
- 积分:1
-
madRemote
说明: madRemote.rar
MadCollection.2.5.2.6FS
- 2020-06-25 18:40:01下载
- 积分:1
-
sdfsd
图形并行处理程序,能并行处理各种类型的图形分形算法(Graphics parallel processing program, be able to handle all types of graphics in parallel fractal algorithm)
- 2009-12-09 10:54:42下载
- 积分:1
-
3D
说明: delphi 实现d3d三角型,d3d最小系统的实现
- 2013-11-26 11:05:50下载
- 积分:1
-
program-on-task
一个delphi开发的最小到任务栏托盘程序(A delphi development of the smallest to the taskbar tray program)
- 2012-09-05 00:21:54下载
- 积分:1
-
Delphigame40
说明: Delphi 编写的40个小程序,电子版的哦,多多支持(40 small program written in Delphi, the electronic version of Oh, can support)
- 2010-05-04 23:07:15下载
- 积分:1
-
Delphi-7
delphi study the examples
- 2011-10-05 10:52:36下载
- 积分:1
-
socketstream-release-0.1
socket stream for delphi
- 2010-11-09 04:40:11下载
- 积分:1