-
Indy9
说明: Indy 9 for delphi 5,6,7
- 2020-02-07 10:49:13下载
- 积分:1
-
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
-
only
Reprint only shows that the program is very high
- 2019-04-19 04:43:26下载
- 积分:1
-
EnterpriseGoodsManager
小型企业物品管理系统,DELPHI源码+ACCESS数据库(small enterprises goods management systems, Delphi source ACCESS database)
- 2007-04-12 12:32:15下载
- 积分:1
-
uLogEvent
说明: 写入Windows系统事件日志的Delphi源码(Delphi source code written to the system event log)
- 2010-04-30 11:39:54下载
- 积分:1
-
Delphi
delphi仓库管理信息,一个简单的仓库管理系统,利用delphi环境下。包含源代码和执行exe文件。(delphi warehouse management information, a simple warehouse management system, using delphi environment. Contains the source code and implementation of exe files.)
- 2009-05-09 21:09:56下载
- 积分:1
-
Delphi_Example
delphi操作外部程序,给控件赋值,以及对button的操作等。(Delphi external program, to control the assignment, and the operation of button.)
- 2014-03-30 13:11:20下载
- 积分:1
-
xxl
Delphi XE5实现的一个消消乐游戏代码,该代码是从外国网站下来下来,经过测试可以编译,除了图形效果稍微差了外,基本上和流行的消消乐差不多,该游戏实现了图形的拖放、自动消除、自动下移填充图形、时间限制、分数计算。
(Delphi XE5 achieve a Diminshing music game code, which is down a foreign website down, tested can be compiled, in addition to slightly worse graphics, but basically, and popular music is almost Diminshing, the game implements a graphical drag release, automatic cancellation, automatic filling down the graphics, the time limit, score calculation.)
- 2014-12-07 10:41:24下载
- 积分: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
-
imgplzh
图片格式批量转换,Delphi源码版,在BMP和JPG图像格式间转换,支持批量操作(Picture format batch conversion, Delphi source code version to convert BMP and JPG image formats, support for batch operations)
- 2013-04-08 22:21:22下载
- 积分:1