-
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驱动摄像头
说明: 一个Delphi驱动摄像头,可以实时抓拍,也可长时间录像的程序(a driver camera, real-time capture and video can be prolonged procedures)
- 2005-12-13 14:16:12下载
- 积分:1
-
tp4
说明: delphi7 create more forms
- 2019-02-07 16:16:44下载
- 积分:1
-
XLLRangeSample
Example create XLL file (XLLRangeSample) for Ecxel in Delphi 7.
- 2018-05-27 17:58:43下载
- 积分:1
-
TestCom
测试串口通信,COM1口等,串行通信,232
(Testing serial communication, COM1 port, etc., serial communications, 232)
- 2010-07-21 16:41:10下载
- 积分:1
-
Delphi_062120
一个修改数据的Delphi窗口,可作为一个信息录入窗口来用,当点击“修改”按钮后,所有输入框恢复正常状态,可以重新编辑内容,如果不点的情况下,是浏览状态,内容是不可修改的。
(A modified Delphi data window can be used as an information entry window to use, click on the "Edit" button, all the input box back to normal state, you can re-edit the content, not the case if the point is to view the status, the content is not available modified.)
- 2014-06-16 21:33:33下载
- 积分:1
-
ThreadUnit
EASY TO USE THREADING UNIT IN DELPHI
- 2011-06-30 01:33:29下载
- 积分:1
-
dtdelphi26
Delphi Help component file.
- 2011-08-03 05:18:58下载
- 积分:1
-
flexcel
excel report delphi 7
- 2019-02-27 12:51:11下载
- 积分:1
-
ConstructContourSetFromPicture
altium script to generate regions from bitmats
- 2012-03-14 22:47:27下载
- 积分:1