-
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
-
dos
说明: dos delphi programer
- 2019-12-05 14:25:28下载
- 积分: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
-
5687363
Delphi图片转换代码,JPG转换BMP,编程学习源码,很好的参考资料。(Delphi image conversion code, JPG conversion BMP, learning programming source code, a good reference.)
- 2014-01-03 13:03:39下载
- 积分:1
-
MhcFS2
MhcFS2 是一个计算器的引擎, 可以替换Windows标准计算器(MhcFS2 is engineering calculator. May replace standard Windows calculator. Additionally, can numerically integrate, differentiate, summarize, find root of functions.)
- 2010-05-17 11:22:31下载
- 积分:1
-
File
Winsock communication program and Delphi source code with Win API written in winsock communication program
- 2009-12-09 04:43:46下载
- 积分:1
-
spcomport
elphi SPComm串口控件源码,支持delphi xe3
在delphi中选安装控件,然后编译运行
控件注册在cportlib组件分类中(elphi SPComm Serial control source to support the delphi delphi xe3 selected to install the control, and then compile and run the control component categories registered in the cportlib)
- 2013-07-22 11:46:20下载
- 积分:1
-
tp4
delphi7 create more forms
- 2019-02-07 16:16:44下载
- 积分:1
-
XCalendar
XCalendar is a collection of calendar utilities for Delphi.
As you know the Delphi TDateTime type stores date/times as a floating point
value representing the time passed from a specific time, or more precisely:
The integral part of a Delphi TDateTime value is the number of days that
have passed since 12/30/1899. The fractional part of the TDateTime value is
fraction of a 24 hour day that has elapsed.
A calendar divides time into units, such as weeks, months, and years. The
number, length, and start of the divisions vary in each calendar.
So any TDateTime value can be decoded to units of an arbitrary calendar and
values expressed in units of a calendar can be encoded to TDateTime values.
XCalendar contains calendars, database date/time field types, tools to find
calendar events and some astronomical stuff.
- 2010-03-03 19:14:13下载
- 积分:1
-
NSIS Quick Setup Script Generator
zcczxccczcxcxcxzc\xcxczxc
- 2018-05-30 04:15:09下载
- 积分:1