-
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
-
????? ??? ????? ?? ??? ??????
add skin to project in delphi programming language to use in project
- 2018-11-11 03:15:27下载
- 积分:1
-
rolling
Delphi写的图片滚动效果源码,做图片展示效果不错。(The picture scroll effect written in Delphi source code, do the pictures show good results.)
- 2013-04-16 12:37:24下载
- 积分:1
-
tugas-basisdata
Largest 100M, the name should less 40 bytes long and should be English. Only support .rar,.zip,.gz files
Directory:
选毡碌姆讇锟� Java Books
SourceCode/Document
E-Books
Visual C++ Books
Java Books
Delphi-C++Builder
software engineering
Certification book
Other Books
Document
[Expand all]
[Recomment to add directory]
(Important)
Why your files are not be used?
1.The content is too simple
2.Is not a sourcecode or document
3.lost some files
4.Description is not detailed or not correct
5.Compressed file has password
6.Sourcecode duplicate or already e
- 2014-11-12 12:24:16下载
- 积分:1
-
46
Delphi设置memo组件的边界大小,编程学习源码,很好的参考资料。(Delphi memo component boundaries set size, programming learning source, a good reference.)
- 2014-02-16 21:19:09下载
- 积分:1
-
sunplus
Sunplus full prog debug here you are
- 2008-01-16 00:46:13下载
- 积分:1
-
graph
在graph控件中实现显示一组静态正弦数组数据,在Strip Chart 中随机产生数据并动态显示,在Digital Graph中显示一组数字信号(Realize the fast Fourier transform)
- 2014-01-07 10:54:23下载
- 积分:1
-
SHA
使用SHA算法加密文件Delphi示例,编程学习源码,很好的参考资料。(SHA algorithm to encrypt files using Delphi examples to learn programming code, a good reference.)
- 2014-02-17 15:28:45下载
- 积分:1
-
Picture111
一个能显示动态图片的小控件,拖出来就可以显示动态效果。(Can display a dynamic picture of the gizmo, dragged out you can display dynamic effects.)
- 2015-03-19 14:56:11下载
- 积分:1
-
Messaging-communication
利用消息机制制作的简单程序间的通信例子,对初学消息的人有帮助,自定义消息(Mechanisms for making use of information communication between a simple program examples for beginners news to help people, a custom message)
- 2013-10-16 14:29:07下载
- 积分:1