论坛


2008年12月1日 星期一

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

幸福苹果| 幸福苹果-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...

delphi数组

扬帆| 扬帆Blog - Delphi |01:07:01

一、静态数组1、定义一维数组定义:arrA:array[下标..上标] of 数据类型二维数组定义:arrB:array [下标1..上标1,下标2..上标2] of 数据类型备:arrA,arrB为定义的数组变量。2、引用一维数组引用:arrA[n],n为从下标至上标的一个量二、动态数组1、定义一维数组定义:arr...

2008年11月30日 星期日

Turbo Pascal version 1.0 - a month of memories

David I| Sip from the Firehose |19:04:34

This post ends thirty days of blog posts in celebration of Turbo Pascal Version 1.0’s 25th anniversary.? I’ve tried to post a selection of memories and technical details but I knew I would not be able to tell the whole story in just on...

CodeRage III - VCL For Web Sample

CodeGear| CodeGear-CodeCentral Delphi |17:03:15

Exemplo da Apresentação feita sobre desenvolvimento Web com VCL For Web e Delphi 2009.------------------------------------------------------------------Sample from Presentation about Web Development using VCL For Web in Delphi 20...

Delphi 2009 DataSnap Sample

CodeGear| CodeGear-CodeCentral Delphi |16:41:58

New DataSnap FrameWork Sample - Application Server - Server Module - Remote Methods - Using DataSets - Client Win32 - Client Web 2.0 VCL For Web (StandAlone and ISAPI) - InterBase 2009[]'sBruno

Programmatically Hide the Cursor from the Screen from Delphi code

About.com| About.com Delphi Programming |11:00:52

Delphi TIPS :: The Windows ShowCursor API function can be used to hide/show the mouse cursor, but this only affects our application. If we want to hide the cursor for...

IDE Fix Pack 2.1 for RAD Studio 2009

CodeGear| CodeGear-CodeCentral Delphi |10:07:15

The IDE Fix Pack installs an DLL-Expert that fixes the following Delphi/C++Builder 2009 bugs at runtime:Fixes the following bugs in the IDE (_not_ in your applications)* QC #67351: Debugger invokes anonymous method by itself* QC #58045: Component ...

« 上一页

下一页 »