-
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
-
EditorViewAPI
本演示展示了如何扩展Delphi的IDE编辑器包括图形控制,标签插入,和选项设置。加载TestEditorViewAPI.dproj后,通过右键单击TestEditorViewAPI.bpl在项目经理和采摘安装来安装该软件包。一旦构建并安装完成后,程序包将添加以下内容:
新的IDE菜单项,查看|弹力球,这将创建一个新的编辑器选项卡中有一个反弹球,和相关的关闭BouncyBall项目。
一个新的标签叫做“操作系统文件信息”控股与由当前显示的编辑标签所代表的单元文件中的数据。(This demo shows how to extend the Delphi IDE editor includes graphical control, tag insertion, and option settings. After loading TestEditorViewAPI.dproj, click TestEditorViewAPI.bpl the project manager and picking Install to install the package by right. Once constructed and installed, the package will add the following: The new IDE menu items, see | elastic ball, which will create a new editor tab has a bouncing ball, and the associated closed BouncyBall projects. A new label called data " Operating System File Information" Holding the unit files currently displayed by the Edit tab represents the.)
- 2014-01-27 23:49:25下载
- 积分:1
-
Delphitechnique
提供了Delphi编程的几个巧妙用法,可供大家学习参考。(Delphi Programming provides several clever use for our study and reference.)
- 2008-01-22 16:29:37下载
- 积分:1
-
deepblue_RichView_1.9.38
RichView_1.9.38不知对大家有没有用。(RichView_1.9.38)
- 2010-09-03 10:40:03下载
- 积分:1
-
DelphiSQL
Delphi:一个Delphi与SQL数据库开发三层结构实例,分为服务端和客户端程序,整体上简单,同样适合Delphi初学者、入门者参考研究。
(Delphi: a three-tier structure instance Delphi database development and SQL, divided into server and client programs, the overall simple, equally suitable for Delphi beginners, beginners reference study.)
- 2014-07-23 20:25:36下载
- 积分:1
-
网络聊天室
说明: 非常简单的网络聊天室。采用几个简单的控件来搭建聊天室。(Very simple online chat room. Use a few simple controls to build a chat room.)
- 2020-06-21 07:20:01下载
- 积分:1
-
chuankou
delphi编译的串口调试工具,可十六进制发送,支持文件传输,含CRC8检验,功能实用,使用简便(delphi compiled serial debug tools, can be sent in hexadecimal, supports file transfer, including CRC8 testing, functional and practical, easy to use)
- 2010-05-25 15:13:48下载
- 积分:1
-
DelphiOOPCode
刘艺的delphi面向对象编程 随书观盘
极优秀(delphi oop disk)
- 2013-02-06 12:40:10下载
- 积分:1
-
SQL_ANALYSE
自己根据要求写的一个数据表查询软件,相当SQL分析器,但可以查ACCESS、paradox等小型数据库(sql analyse)
- 2013-06-02 18:26:46下载
- 积分:1
-
only
说明: Reprint only shows that the program is very high
- 2019-04-19 04:43:26下载
- 积分:1