论坛


2010年1月20日 星期三

Two new DataSnap 2010 QC Reports

Bob Swart| Dr.Bob’s Delphi Notes |16:20:58

Please login to your EDN account and vote for one or both of my new DataSnap 2010 reports.

Delphi 7编写的抽奖系统

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

为公司写的一个抽奖系统,写的很简单。单击“空格”键进行抽奖。

TortoiseSVN For D2010 IDE 插件修改版

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

一开始我下载的是这个网友上传的版本,但发现不能在2010下使用(点击各功能按扭无反应) 于是在2010下修正了一下,使之可用。想到这插件很方便, 同时用2010的人可能比较多,就传给您发布方便大家。 2010-01-24 fishseewater FishSeeWate...

2010年1月19日 星期二

Use DLL from Resources (RES) Without Storing It On The File System First

About.com| About.com Delphi Programming |06:52:53

inResources and DLLs::The articlehow to store a DLL inside a Delphi program exe file as a resourceexplains how to ship a DLL with your Delphi application executable file as a resource.Recently, I've received an email from Mark E. Moss, asking if a...

New White Paper: Delphi Unicode Migration for Mere Mortals

CodeGear| CodeGear-CDN Delphi |05:02:54

2010年1月18日 星期一

Hotfix 3 available for 2009 versions of Delphi, C++Builder and RAD Studio

CodeGear| CodeGear-CDN Delphi |06:03:48

Multithreaded Delphi Database Queries with dbGo (ADO)

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

Threading in Delphi::To speed up data processing, for example, fetching data from the database to create reports, you can add an additional thread to fetch and operate on the result (recordset). Watch out the traps in writing Multithreaded Delphi ...

2010年1月17日 星期日

delphi 下载文件

幸福苹果| 幸福苹果-delphi |17:57:00

Delphi从Internet下载文件Posted on 2007-04-17 18:13OldHawk阅读(975)评论(1)编辑收藏网摘所属分类:Delphi       今天在做拍卖系统的时候,因考虑到网络状况问题,需要将拍品所有信息下载到本机,包括拍品图片,因此需要实现从Intern...

2010年1月16日 星期六

SPCOMMON 3.0串口控件Delphi2009版

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

SPCOMM3.0,支持多线程,支持DELPHI2009

2010年1月15日 星期五

Mac OS Stack alignment – What you may need to know

Allen Bauer| The Oracle at Delphi |20:17:27

While I let my little tirade continue to simmer, I figured many folks’ next question will be “Ok, so there may be something here that affects me. What do I need to do?” Let’s first qualify who this will affect. If you fall into the following c...

Delphi设置某用户对某文件(夹)的权限

小城太阳| 网络天空vistra-Delphi |10:18:00

以下在代码在D7+2003和D7+XP中调试通过unit NTSecurityU;interfaceUses Windows, AclApi, AccCtrl;ConstSECURITY_NULL_SID_AUTHORITY : _SID_IDENTIFIER_AUTHORITY = ( Value : (0,0,0,0,0,0));SECURITY_WORLD_SID_AUTHORITY : _SID_IDENTIFIER_AUTHORITY = ( Value ...

Delphi 添加与删除共享

小城太阳| 网络天空vistra-Delphi |10:16:00

注意在使用过程中,如本机则ServerName可以为本机的IP地址,另外要共享的文件夹字符串的后面不应有\ 符号,如d:\dbaccd为正确格式,反之d:\dbaccd\为错误格式,当时我走了许多弯路,就这个问题上当时也曾尝试用shellapi之类的用DOS命令net share 解决,但奇怪的是这个命令竟...

DELPHI 选择目录SelectDir

小城太阳| 网络天空vistra-Delphi |10:08:00

unit My_SelectDir;interfaceuses ShlObj, ActiveX, Windows, Forms;function SelectDir(    Owner         : THandle; //父窗口的句柄    const Title   : string; //搜索标?..

DELPHI 增加与删除用户

小城太阳| 网络天空vistra-Delphi |10:07:00

unit My_AddUser;interfaceusesWindows;type USER_INFO_1 = record    usri1_name: pwidechar;    usri1_password: pwidechar;    usri1_password_age: dword;    usri1_priv: dword;  &...

TObject(Sender) vs. (Sender as TObject) - Differences Between a Hard Cast and an AS Cast in Delphi

About.com| About.com Delphi Programming |05:00:26

in Delphi TIPS:: In Delphi the AS keyword is used for casting an object (or interface) of one type to another. When several controls share an event handling procedure, for example a button and a menu item, you end up using the Sender parameter to...

« 上一页

下一页 »