-
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
-
Delphi_485678
Delphi:Delphi修改INI文件的内容,Delphi源码下载,通过一个窗体表单程序,对MyInfo.INI文件的各个节点值进行修改,INI文件在软件开发中常用作配置文件或数据存储文件,学会在Delphi中操作INI文件,是非常有必要的一个技巧。本示例程序用到了Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs,INIFiles, StdCtrls, XPMan
(Delphi: Delphi modify the contents of the INI file, Delphi source code download, through a form spreadsheet program, for each node value MyInfo.INI modify files, INI files in software development is often used as a configuration file or data storage files, learn Delphi INI file in the operation, it is very necessary for a skill. This sample program uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, INIFiles, StdCtrls, XPMan )
- 2014-07-01 01:04:58下载
- 积分:1
-
dtdelphi26
Delphi Help component file.
- 2011-08-03 05:18:58下载
- 积分:1
-
EntAppClientEE6
delphi vcl component
- 2018-05-08 00:43:24下载
- 积分:1
-
AnJianMusic
可以说是一个键盘钢琴软件吧,买不起钢琴的有福了,哈哈(A Keyborad Music)
- 2013-09-25 19:05:04下载
- 积分:1
-
wfTemplet
工作流模版设计工具,本来是为一个项目配套开发的,
后来因种种原因没有使用。非立项的东西,自然是自己的了。欢迎共同探讨联。
源代码是Delphi实现的,Templet中本来有很多图的,都
删掉,自己尝试画吧
源码已经上传, 很烂
Mail: Hanfi@163.com
MSN gdsoft@msn.com
行水流云(workflow template design tool was originally a project for supporting the development, and later, for various reasons, have not used. Non-establishment of the things that is naturally of their own. Welcome to explore together. Source code is Delphi, which was originally Templet many of the plans are deleted, try to plan it Mail : Hanfi@163.com MSN gdsoft@msn.com flow goes OK)
- 2006-11-22 11:16:04下载
- 积分:1
-
MirGame
MirGame完整组件
开发传奇不可缺少的组件之一(Component Development MirGame complete legend, one of the indispensable components)
- 2020-12-10 11:09:18下载
- 积分:1
-
AnJianMusic
可以说是一个键盘钢琴软件吧,买不起钢琴的有福了,哈哈(A Keyborad Music)
- 2013-09-25 19:05:04下载
- 积分:1
-
bragedog
Delphi编写的小狗过桥游戏源代码,游戏主要依靠Timer控制Image的运动来实现。(Written in Delphi puppy bridge games, games rely mainly on the movement to achieve the Timer control Image.)
- 2013-04-17 09:58:47下载
- 积分:1
-
resizekit
说明: delphi自适应控件
控件同根据窗体同比例缩放(adaptive controls delphi controls with the same scaled according to Form)
- 2011-04-01 15:32:42下载
- 积分:1