论坛


2010年5月29日 星期六

一个分割文本文件的小程序 - 回复 "jellyang" 的问题

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

阅读: 40 评论: 0 作者:万一发表于 2010-05-29 19:21原文链接问题来源:http://www.cnblogs.com/del/archive/2010/05/28/1746514.html#1835637代码:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di...

May 2010: Fun with the Windows 7 Taskbar

Bob Swart| Dr.Bob Examines... |16:42:22

In this article, I will show how we can manipulate the Windows 7 taskbar, and also how to solve an issue when running an application with the "run as Administrator" option while needing the taskbar to be able to send messages to it.

Delphi2009中智能指针(Smart Pointer)的实现[转]

小宇飞刀| 小宇飞刀的博客-delphi |11:30:00

好帖一张,作个记号先!http://www.anqn.com/dev/delphi/2009-07-17/a09113204.shtml

Delphi中的指针用法

小宇飞刀| 小宇飞刀的博客-delphi |11:11:06

先看一个指针用法的例子:var          X,   Y:   Integer;       //   X   and   Y   整数类型     &nb...