-
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
-
dtdelphi26
Delphi Help component file.
- 2011-08-03 05:18:58下载
- 积分:1
-
LaserrangerPartner
这是一个delphi开发的串口通讯和access数据库操作的简单程序(This is a delphi development of serial communication and access a simple database operation procedures)
- 2010-05-21 14:46:08下载
- 积分:1
-
37
Delphi实现拖动按钮移动无标题栏窗口,编程学习源码,很好的参考资料。(Delphi to achieve drag the button to move the window title bar, learning programming source code, a good reference.)
- 2014-02-08 18:24:25下载
- 积分:1
-
winsoftkeyled
Sendkey sample source code in Delphi
- 2015-07-18 15:29:14下载
- 积分:1
-
TMSUNICODE
TMS Unicode Component Pack(Delphi 6,7,2005 and C++Builder 6)
- 2014-05-23 18:58:50下载
- 积分:1
-
Raize-V6.07
raize6.07最新版,可用delphi 2010、EX1、EX2已验证,使用24小时后删除。(raize6.07 delphi 2010,EX1 EX2.)
- 2013-01-24 17:50:03下载
- 积分:1
-
vcPPRegisterOcx
vc++中实现自动注册控件和卸载控件,测试通过,可直接调用程序。(vc++ in the automatic registration control and unloading control, test, call the program directly.)
- 2011-08-22 16:31:28下载
- 积分:1
-
3487_VirtualTreeviewV5.1.2
使用范例delphi使用过程中的例子,学会使用treeview(Learn to use treeview by using examples from the use of Delphi)
- 2020-06-21 10:00:01下载
- 积分:1
-
Delphi_210880
Delphi:Delphi制作的图像积木效果,打开图像后,窗体自动加载一幅图像,点击“效果”按钮后,可预览查看效果,可持到类似积木玩具一样的图片显示特效,一个小小的Delphi图形处理程序,仅供参考学习。
(Delphi: Delphi crafted image building blocks effect, open the image, the form automatically load an image, click on the "Effect" button, you can see the effect of the preview can be held to a similar toy building blocks as pictures show effects, a small Delphi graphics program, for reference only learn.)
- 2014-07-05 20:42:35下载
- 积分:1