-
mysql
Libmysql.dll wrapper for delphi
- 2014-01-28 18:24:27下载
- 积分:1
-
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
-
IboIntegridade
component for integrity control using the IBO
- 2012-11-08 03:16:23下载
- 积分:1
-
DIY-RUN
打造【开始】-【运行】 DIY-RUN.rar(Build [Start]- [Run] DIY-RUN.rar)
- 2013-06-03 11:47:01下载
- 积分:1
-
Delphiwordstart
在Delphi中控制Word启动和插入表格wordstart(Control Word starts in Delphi and insert a table wordstart)
- 2014-02-26 23:15:51下载
- 积分:1
-
ahel
Simple Additive Weighting Method with Delphi
- 2016-07-22 18:34:22下载
- 积分:1
-
pascal_function_of_the_whole_solution
pascal函数全解,非常详细的讲解了pascal的各个函数功能不错(pascal function of the whole solution, explained in great detail the various functions pascal function well)
- 2010-07-27 09:12:45下载
- 积分:1
-
vedosSockets
vedos sockets used to make simple voice/video chat programs.
- 2020-06-24 06:20:02下载
- 积分: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
-
Delphi
Delphi:Delphi位图文件加密,以前发过的,这次好像和上次的不一样,所以再发上来,让Delphi初学者参考,例子简单,容易看懂,我觉得不错。
(Delphi: Delphi bitmap file encryption, previously made, and this seems to be not the same as last time, so again made ??up, let Delphi beginners reference, examples of simple, easy to understand, I feel pretty good.)
- 2014-07-23 20:24:17下载
- 积分:1