论坛


2009年2月12日 星期四

Delphi and C++Builder 2009 (Test)

CodeGear| CodeGear-CodeCentral Delphi |20:17:27

Use to install any edition of Delphi 2009 and/or C++Builder 2009English, French, German and JapaneseDuring the install process, you can choose to install Delphi, C++Builder or both.To install: - Click the download button to download the installer ...

多线程编程(8) - 多线程同步之临界区

万一| 万一的 Delphi 博客 |18:15:00

先看一段程序, 代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1: TListBox; Button1: TButton; procedure FormCre...

Delphi 2009 新增的一个小函数: SysUtils.ByteLength

万一| 万一的 Delphi 博客 |15:04:00

procedure TForm1.FormCreate(Sender: TObject); var str: string; begin str := '万一'; ShowMessageFmt('%d, %d', [Length(str), ByteLength(str)]); {2,4} end;--------------------------新闻:微软继续挖墙角 雇用雅虎副总裁导航:博客园首页  ...

如何确定cxBarEditItem中,Properties属性的类型?

rarnu| 橙子的Delphi技术专区-delphi |14:23:00

在使用DevExpress的Ribbon控件过程中,发现cxBarEditItem的Properties属性的类型是可变的,并且难以确定。在界面上的显示只不过是TextEdit, ComboBox之类的字符串,而实际对应的对象却完全不是。要找出真实的对象名称,还是需要花一定的功夫的。下面就是我找对象名称...

多线程编程(7) - 从 CreateThread 说起[续五]

万一| 万一的 Delphi 博客 |12:31:00

function CreateThread( lpThreadAttributes: Pointer; {安全设置} dwStackSize: DWORD; lpStartAddress: TFNThreadStartRoutine; lpParameter: Pointer; dwCreationFlags: DWORD; var lpThreadId: DWORD ): THandle; stdcall;CreateThread 的第一个参...

Pocket PC Bulk SMS

delphi3000| delphi3000.com |12:00:00

Pocket PC bulk SMS broadcasting software send text messages from windows mobile

Placing a TProgressBar into a TStatusBar / TListView / Dialog in Delphi applications

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

VCL Tricks :: Most applications provide an area in the application's main form, usually aligned at the bottom of a form, used to display information about the application as it...

2009年2月11日 星期三

多线程编程(6) - 从 CreateThread 说起[续四]

万一| 万一的 Delphi 博客 |23:18:00

function CreateThread( lpThreadAttributes: Pointer; dwStackSize: DWORD; {堆栈大小} lpStartAddress: TFNThreadStartRoutine; lpParameter: Pointer; dwCreationFlags: DWORD; var lpThreadId: DWORD ): THandle; stdcall;CreateThread 的第二个?..

Vista Dialogs File (Directory) Specifications

CodeGear| CodeGear-CodeCentral Delphi |16:48:35

This application provides all necessary communications select a single file or multiple files as well as manage (create, rename and delete) directories.

多线程编程(5) - 从 CreateThread 说起[续三]

万一| 万一的 Delphi 博客 |16:21:00

function CreateThread( lpThreadAttributes: Pointer; dwStackSize: DWORD; lpStartAddress: TFNThreadStartRoutine; {入口函数的指针} lpParameter: Pointer; dwCreationFlags: DWORD; var lpThreadId: DWORD ): THandle; stdcall;到了入口函数了, 学...

多线程编程(4) - 从 CreateThread 说起[续二]

万一| 万一的 Delphi 博客 |10:42:00

function CreateThread( lpThreadAttributes: Pointer; dwStackSize: DWORD; lpStartAddress: TFNThreadStartRoutine; lpParameter: Pointer; {入口函数的参数} dwCreationFlags: DWORD; var lpThreadId: DWORD ): THandle; stdcall;线程入口函数的参数...

自制的一个简易网格VCL控件

Arthur(阿胜)| Arthur(阿胜)的专栏-Delphi |10:12:00

自制的一个简易网格VCL控件功能说明:从TStringGrid派生而来,1、支持下拉框2、支持unicode文本3、支持斑马线4、支持图片单元格5、支持标题栏渐进变色6、支持后台文本7、支持设置行列文本样式8、支持单选框9、支持导出到*.XLS,非OLE方式10、支持LoadFromXlsFile() ?..

[原创]Berg Component Suite 控件包 日期问题修正

Arthur(阿胜)| Arthur(阿胜)的专栏-Delphi |10:01:00

Berg Component Suite 控件包 日期问题修正

ModelMaker 10

Arthur(阿胜)| Arthur(阿胜)的专栏-Delphi |09:58:00

<br /><img src ="http://blog.csdn.net/dingbaosheng/aggbug/3876184.aspx" width = "1" height = "1" />

2009年2月10日 星期二

Join the DB Optimizer 1.5 beta test program - fix your poor performing databases

David I| Sip from the Firehose |21:30:21

Do you have poor performing SQL databases?? Do you need a better SQL database profiling and tuning tool?? The DB Optimizer 1.5 Beta Test program is available now! A few of the new features in DB Optimizer version 1.5 Multi-platform tuning - DB Op...

« 上一页

下一页 »