论坛


2008年12月1日 星期一

CodeRage III is Live online!!!

David I| Sip from the Firehose |23:25:48

We started this morning at a little past 5am Pacific Time.? We are almost half way through the first day of five days of technical sessions.? Come join in the technical conference, hang out in the chat room.? Sessions are presented in English, Spa...

Unicode tip #6 - Character Literals

Bob Swart| Dr.Bob’s Delphi Notes |17:38:28

Character literals between #128 and #255 – the so-called high ASCII values – have a specific value depending on the ANSI code page.

jcl jvcl 官方下载地址

幸福苹果| 幸福苹果-delphi |14:44:00

jcl:http://jcl.sourceforge.net/daily/jvcl:http://jvcl.sourceforge.net/daily/类别:delphi编程 查看评论

关于位图的像素格式

万一| 万一的 Delphi 博客 |14:08:00

1、判断位图的像素格式:var bit: TBitmap; pix: TPixelFormat; s: string; begin bit := TBitmap.Create; bit.LoadFromFile('c:\temp\test.bmp'); //位图路径 pix := bit.PixelFormat; s := ''; case pix of pfDevice: s := 'Device'; {设备支?..

实现进程间数据交换的两种方法和应用

幸福苹果| 幸福苹果-delphi |13:14:00

http://industry.ccidnet.com/art/1136/20031027/68697_1.html类别:delphi编程 查看评论

使用Windows消息控制Winamp(Delphi)

幸福苹果| 幸福苹果-delphi |12:14:00

作者:40Star时间:2001-10-26 10:33出处:互联网责编:chinaitpower阅读全文类别:delphi编程 查看评论

用最少的代码为你的窗体实现剪贴板操作

幸福苹果| 幸福苹果-delphi |12:10:00

http://www.cnblogs.com/taobataoma/category/96536.html剪切板 剪切 复制 粘贴 sendmessageprocedure TForm1.Cut1Click(Sender: TObject);beginSendMessage (ActiveControl.Handle, WM_Cut, 0, 0);end;procedure TForm1.Copy1Click(Sender: TObject);beginSendMessa...

剪贴内容变化动态跟踪原理和实现方法

幸福苹果| 幸福苹果-delphi |12:07:00

剪贴内容变化动态跟踪原理和实现方法阅读全文类别:delphi编程 查看评论

Form Roll Up and Down...

delphi3000| delphi3000.com |12:00:00

This form, when clicked on the titlebar rolls itself up and when clicked again rolls itself down. Just example code on how to create this yourself, do not rely on third party components if you dont have to!

Save and Restore Size and Position of your form

delphi3000| delphi3000.com |12:00:00

Save and Restore Size and Position of your form using the Registry. For ease of testing I have enclosed a way to easily restart the application by clicking on the form anywhere, to make this happen I had to add Shellapi to the uses clausule. And t...

Save and Restore Size and Position of your form...

delphi3000| delphi3000.com |12:00:00

Save and Restore Size and Position of your form using an Inifile. For ease of testing I have enclosed a way to easily restart the application by clicking on the form anywhere, to make this happen I had to add Shellapi to the uses clausule.

delphi distiller 1.54 发布

minyoad| minyoad的技术坛子-delphi |09:49:56

Delphi distiller,很出名的Delphi启动配置工具,可以设置载入的包等是Lite Applications 出品的,原来有个delphi7.2,就是出自这个地方。好像要跨墙。

Delphi for i386, PowerPC, s390, Arm, Mips, x86-64, Itanium...

Admin| 二十年前旧板桥 |09:46:53

主题:CodeGear干了件很酷的事:他们通过官方支持Mono项目(QFly.CN批:一个开源项目,旨在使.Net程序跨平台运行,目前在Linux平台已经趋向成熟),来使Delphi跨平台,从而在 i386, PowerPC, s390, Arm, Mips, x86-64, Itanium等等多种平台都能运行。想了解更多请看下?..

Reposition Inherited Control Back to Its Original Position

About.com| About.com Delphi Programming |04:52:40

in Delphi TIPS :: When you change any of the properties of a control on the base form, for example, Color - the color of this control on the...

SkinAdapter v. 4.01

CodeGear| CodeGear-CodeCentral Delphi |01:31:54

Overview:SkinAdapter is a component for DynamicSkinForm and BusinessSkinForm which allows to make third-party controls skinnable without modifing source code. The SkinAdapter can make any third-party controls skinnable. For example, SkinAdapter c...