-
IOCP
Delphi下的IOCP代码实现及DEMO源码,编程学习源码,很好的参考资料。(Delphi under the IOCP code and the DEMO source code, learning programming source code, a good reference.)
- 2014-01-04 09:01:16下载
- 积分:1
-
Delphi_485678
Delphi:Delphi修改INI文件的内容,Delphi源码下载,通过一个窗体表单程序,对MyInfo.INI文件的各个节点值进行修改,INI文件在软件开发中常用作配置文件或数据存储文件,学会在Delphi中操作INI文件,是非常有必要的一个技巧。本示例程序用到了Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs,INIFiles, StdCtrls, XPMan
(Delphi: Delphi modify the contents of the INI file, Delphi source code download, through a form spreadsheet program, for each node value MyInfo.INI modify files, INI files in software development is often used as a configuration file or data storage files, learn Delphi INI file in the operation, it is very necessary for a skill. This sample program uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, INIFiles, StdCtrls, XPMan )
- 2014-07-01 01:04:58下载
- 积分:1
-
remote_test
This is simple remote access program. keyboard, mouse, not screen.
- 2011-12-07 15:59:41下载
- 积分: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
-
Delphi-MD5
Delphi MD5,含pas文件,如:加密字符串aaa MD5String( aaa ) (MD5 for Delphi, contains the pas files)
- 2014-02-10 09:06:58下载
- 积分:1
-
File
Winsock communication program and Delphi source code with Win API written in winsock communication program
- 2009-12-09 04:43:46下载
- 积分:1
-
Uaauutovpns
用Delphi创建一个VPN连接接,目前还不知道怎么添加目标地址。
(Then use Delphi to create a VPN connection, do not know how to add the destination address.)
- 2012-08-13 17:36:10下载
- 积分:1
-
SmartSyn
delphi文件同步delphi文件同步(delphi file synchronization)
- 2014-10-21 16:20:47下载
- 积分:1
-
Delphi.zip
使用Delphi语言程序编写的一个简章型的程序,使用于管理系统中的窗体系统,(Using the Delphi language program written in a brochure-type program, use the form on the management system system)
- 2010-05-13 11:11:24下载
- 积分:1
-
Delphi6CodeTemp
Delphi 程序员代码编写标准指南:为Delphi 程序员提供编码规范.(Delphi programmers coding standard guidelines: In order to provide coding norms Delphi programmers.)
- 2009-06-08 18:34:01下载
- 积分:1