-
win-98-way
Hide process in delphi
- 2009-06-07 22:37:15下载
- 积分:1
-
des
DES算法Delphi源代码,比较常见吧,那么究竟是如何实现的呢?或许你从这个DES加密算法实例中能找到答案。(DES algorithm Delphi source code, the more common it, then what is how to achieve it? Perhaps you can find the answer from the DES encryption algorithm instance.)
- 2013-04-17 21:01:59下载
- 积分:1
-
BusVcl
BusVCL商用组件,很好用.本人正在使用中...(BusVCL commercial components, is useful.)
- 2010-10-03 00:06:29下载
- 积分:1
-
TipKit
说明: 功能:
本软件属于桌面提示小工具,可按设定的时间提示你想提示的任何事情。
详细功能:
1、本软件可单独按某个设定时间提示,也可按一系列设定时间依次提示,缺省为自动全部提示;
2、本软件一运行即最小化,仅在托盘菜单中留有喜羊羊头像的小图标。左键使其显示,右键可进行相关设置;
3、本软件运行时会检查提醒时间配置文件(TipTime.txt),如果不存在,则读入缺省设置,否则从配置文件读取提示信息;
4、本软件可自由新增或者更新提醒时间和提醒内容,但要记得保存一下。系统会自动将最新配置信息存入配置文件。
如果删除配置文件,新增配置信息将全部丢失;
5、本软件会将新增或更新的配置信息动态加入到设置子菜单中去,方便快速设置,并且改为按新增时间提示;
6、本软件可注册为随机启动;
7、提示信息将会在设定的时间内从窗口右下角从右至左慢慢移出,会在桌面上逗留10秒中,然后悄悄消失;(a timer-tip tool for windows.)
- 2011-04-10 10:29:17下载
- 积分:1
-
txtjpg
一个delphi小程序将txt文件转jpg格式(A Delphi applet to the txt file to JPG format)
- 2015-08-31 22:46:28下载
- 积分:1
-
sdfsd
图形并行处理程序,能并行处理各种类型的图形分形算法(Graphics parallel processing program, be able to handle all types of graphics in parallel fractal algorithm)
- 2009-12-09 10:54:42下载
- 积分:1
-
Delphizwsb
可以很好的进行指纹识别,是基于biokeysdk开发。(Can be a good fingerprint identification)
- 2012-03-17 16:15:39下载
- 积分: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
-
delphidraw
Delphi编写的绘图程序源码,可以绘制各种图形并且改变颜色。(Drawing program written in Delphi source code, you can draw all kinds of graphics and change the color.)
- 2013-04-09 20:37:21下载
- 积分: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