论坛


2008年10月9日 星期四

Join me at EKON 12 / EuroDevCon08, October 27-31, Rheingoldhalle Mainz

David I| Sip from the Firehose |20:29:21

I will be speaking at the upcoming EKON 12 / EuroDevCon08 Conference in Rheingoldhalle Mainz.? Join the Embarcadero Technologies team, industry luminaries, and fellow developers October 27-31.? Marco Cantu will be there along with Joachim Dürr, M...

最新____甘特图控件

DELPHI盒子| Delphi盒子 |16:10:00

********** 最新更新: 1、提高了拖拉的速度。不会出现闪烁。 2、同工艺之间可以换机台加工,同工艺机台用同一种颜色来显示。 3、可以显示完成度。 **********

ZEOSDBO-6.6.3-stable

DELPHI盒子| Delphi盒子 |16:10:00

ZEOSDBO数据库连接控件

Delphi版飞信GreenFetion源码

DELPHI盒子| Delphi盒子 |16:10:00

软件名称:Delphi版飞信GreenFetion源码 开发环境:WindowsXP,Delphi2007 三方控件:Indy9(Delphi自带) 说明: Delphi盒子(www.2ccc.com)首发。 参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实现了中国移动飞信2008协议的登录和发短?..

Delphi7+Indy9版飞信GreenFetion源码

DELPHI盒子| Delphi盒子 |16:10:00

应网友要求,做了这个Delphi7版的飞信。 软件名称:Delphi7版飞信GreenFetion源码 开发环境:WindowsXP,Delphi7 三方控件:Indy9(Delphi自带) 说明: Delphi盒子(www.2ccc.com)首发。 参考Php版飞信(http://sourceforge.net/projects/openfetion/)用Delphi实...

stringgrid 显示imagelist里面的图片

minyoad| minyoad的技术坛子-delphi |15:12:09

解决思路:把imagelist里面的图片通过getbitmap,保存到一个TBItMap变量中,然后利用stringgrid的canvas属性,draw到相应的cell当中。当然,代码要在stringgrid的onDrawCell事件中处理。代码:

Pen Drive Data Recovery Tool

delphi3000| delphi3000.com |12:00:00

Flash drive data recovery application restores erased or deleted documents files

windows2008下如何删除程序自身

荣植华| 荣植华的专栏-delphi |10:42:00

procedure DeleteMe;var  BatchFile: TextFile;  BatchFileName: string;  ProcessInfo: TProcessInformation;  StartUpInfo: TStartupInfo;begin  BatchFileName := ExtractFilePath(ParamStr(0)) + ' _deleteme.bat' ;  AssignFile(...

Understanding (and working with) Delphi Units - Source Code files

About.com| About.com Delphi Programming |03:00:44

A Beginner's Guide to Delphi Programming :: While developing a (large) Delphi application, as program becomes more complex, its source code can become very hard to maintain. In this...

2008年10月8日 星期三

sql server2005新的事务级别

扬帆| 扬帆Blog - Delphi |14:36:39

SQL Server 2005数据库引擎提供了两种新的事务隔离级别(Transaction Isolation Level):Read Committed Snapshot(也称为statement-level snapshot)和Repeatable Read Snapshot(也称为transaction-level snapshot),利用在系统数据库TempDB中记载各条记录曾修改...

Delphi版驱动进ring0代码

狐狸| 狐狸Hack-Delphi |14:26:33

unit miniDriver;//kongfoo/2005.4.16interfaceuses??Windows, WinSvc, SysUtils;type??aCallGate = packed record? ?aDword : Dword;? ?aWord : Word;??end;var

Delphi研究之驱动开发篇(一)

狐狸| 狐狸Hack-Delphi |14:26:28

标 题: 【原创】Delphi研究之驱动开发篇(一)作 者: mickeylan时 间: 2008-01-05,21:48链 接: http://bbs.pediy.com/showthread.php?t=57762Delphi能不能开发Windows的驱动程序(这里的驱动程序当然不是指VxD了^

封装delphi Hook Api

狐狸| 狐狸Hack-Delphi |14:26:17

unit?uApiHook;interfaceuses??SysUtils,?Windows,?TlHelp32;type??PJmpCode?=?^TJmpCode;??TJmpCode?=?packed?record????JmpCode:?BYTE;????Address:?Pointer;?

delphi利用HOOK拦截封包原理

狐狸| 狐狸Hack-Delphi |14:26:16

?骇客基地 阅读: 76 时间:2008-9-14 6:49:46 来源:www.hookbase.com ??截获API是个很有用的东西,比如你想分析一下别人的程序是怎样工作的。这里我介绍一下一种我自己试验通过的方法。 首先,我们必须设法把自己的代码放到目标程序的进程空间里去。Windows Ho

Delphi - 关于钩子函数HOOK (一)

狐狸| 狐狸Hack-Delphi |14:25:59

基本概念钩子(Hook),是Windows消息处理机制的一个平台,应用程序可以在上面设置子程以监视指定窗口的某种消息,而且所监视的窗口可以是其他进程所创建的。当消息到达后,在目标窗口处理函数之前处理它。钩子机制允许应用程序截获处理window消息或特定事件。钩子实际?..

« 上一页

下一页 »