论坛


2009年2月12日 星期四

相信吗? 这是一张用 CSS 画出来的图片

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

摘要: 有点大, 进入看吧.  阅读全文--------------------------新闻:微软称Adobe活在幻想世界里导航:博客园首页  知识库  新闻  招聘  社区  小组  博问  网摘  找找?..

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...