论坛


2008年10月23日 星期四

Most Recently Used (MRU) menu Delphi component - TadpMRU

About.com| About.com Delphi Programming |04:00:16

Creating Custom Delphi Components :: Full source code of a TadpMRU component, a non-visual component which simplifies implementing a "Most Recently Used" file list in a menu (or a...

2008年10月22日 星期三

VCL 中的 Windows API 函数(8): BeginPath、EndPath

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

BeginPath、EndPath 是一组 GDI 图形命令的开始与结束, 在 ExtCtrls 有用到.这里有例子:http://www.cnblogs.com/del/archive/2008/05/23/1206126.html[新闻]比尔盖茨开了家神秘的新公司博客园首页 社区 新闻频道 小组 博问 网摘 闪存

VCL 中的 Windows API 函数(7): BeginPaint、EndPaint

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

BeginPaint、EndPaint 是必须同时出现的一对函数, 表示绘图开始与结束, 应该在处理 WM_PAINT 消息是出现.以下单元在处理 WM_PAINT 消息时都有用到:ComCtrls, Controls, dbcgrids, DBCtrls, dblookup, Forms, OleCtrls[新闻]比尔盖茨开了家神秘的新公司博客园首页&nbs...

为共享软件加上“限时注册”功能的控件

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

“软件限时注册”控件(TShareRegist)功能说明: 1、只要将该控件加入主窗体,使Action属性设为true,再设置其它属性,你的软件就有限时注册的功能了,只要你牢记三个密钥,并加上给你的算号软件(RegObject_Admin.exe)你就可以无敌天下了。 2、控件...

Update 两个表之间数据更新

扬帆| 扬帆Blog - Delphi |13:37:01

一、当用一个表中的数据来更新另一个表中的数据,T-SQL提供多种写法(下面列出了二种),但建议用第一种写法,虽然传统,但结构清晰。并且要注意,当用一个表中的数据来更新另一个表中的数据时,二个表一定要有关联!1.update t1      &...

关于 Beep、MessageBeep 和 Windows.Beep

万一| 万一的 Delphi 博客 |11:47:00

Delphi 在 SysUtils 单元定义 Beep 方法, 可以发出一个声音, 一般用于提醒和调试.Beep 其实是调用的 API 函数: MessageBeep(MB_OK);MessageBeep 有下面几种用法可以调用几种不同的声音文件:MessageBeep(MB_OK); MessageBeep(MB_ICONHAND); MessageBeep(MB_ICONQUESTI...

使用 png 图片 - 回复 "heyongan" 的问题

万一| 万一的 Delphi 博客 |11:17:00

Delphi 2009 有了pngimage、GIFImg 单元, 可以直接使用 png 和 gif 图片了;如果是设计时给 TImage 装载 png 图片, Delphi 会自动调用 pngimage 单元完成加载, 那动态调用呢?当然首先要uses pngimage, 然后:unit Unit1; interface uses Windows, Messages, SysUti...

Delphi 2009中System.Pas 新发现

Admin| 二十年前旧板桥 |10:03:04

关于Delphi 2009的一个小发现,呵呵~~在Delphi 2009的system.pas的1475行有一段注释:TTextBuf = array[0..127] of AnsiChar; // TODO: change to WideCharTODO: change to WideChar有意思吧,他们在发布之前估计没有检查TODO,呵呵~~~~Tags -delphi,system

Random Thoughts on the Passing Scene #89

Nick Hodges| Nick Hodges |08:26:22

Hey, I have a new goal:  to get Delphi added to refactormycode.com. So I emailed the guy who runs the site, and he kindly responded with this: I’m glad you like my site. Delphi is not currently supported by the tool I use for syntax hi...

Delphi Code Contest: 43 Entries and Counting...

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

in FDAC :: If you are like me, you like experimenting - creating pieces of Delphi code just to learn something new and create something interesting. If nothing else,...

音频表

万一| 万一的 Delphi 博客 |01:11:00

 音  频率 编号C#034.6525D036.7126D#038.8927E041.2028F043.6529F#046.2530G049.0031G#051.9132A055.0033A#058.2734B061.7335C165.4136C#169.3037D173.4238D#177.7839E182.4140F187.3141F#192.5042G198.0043G#1103.8344A1110.0045A#1116.5446B1...

2008年10月21日 星期二

随便你怎么设计,怎么打印(第二版)

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

随便你怎么设计,怎么打印(第二版),可用于进销存,财务等软件系列的打印功能. 下载地址http://www.yhcq818.cn/zyprint.rar

DCNF 开发包中的网络应用示例

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

呵呵,网络应用,考量的是服务器的并发服务质量,同时还有就是 客户端长时间连接的有效性。

Web Site Monitoring Program

delphi3000| delphi3000.com |12:00:00

Website monitoring tool monitor website performance at regular interval of time, including ping, uptime or downtime status of your website and alert to you by sending email, sound beep or run specific program when website shows downtime notificati...

Add a Standard Context (popup) Menu to Delphi’s TRichEdit

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

in TRichEdit :: Delphi's implementation of the rich editor control (TRichEdit) does *not* expose the default context popup menu when the rich edit is right-clicked. Read the full article...

« 上一页

下一页 »