2009年1月20日 星期二
让窗体接受拖放, 并获取拖过来的文件信息 - 回复 "海浪问" 的问题
万一| 万一的 Delphi 博客 |21:14:00
问题来源:http://www.cnblogs.com/del/archive/2009/01/20/1353117.html#1435746原理分析:这需要用到 ShellAPI 单元的两个函数: DragAcceptFiles、DragQueryFile;用 DragAcceptFiles(窗口句柄, True); 以让窗口能够接受拖放;然后就等待 WM_DROPFILES 消息, 并用 Drag...
Become "Delphi" fan on Facebook!
Pawel Glowacki| Pawel Glowacki |20:30:56
It took me quite a while to find "Facebook" cool. The more you facebook the more fun it becomes:-) There are tons of useful functionality on Facebook. First of all you need to become a member of at least one network. Then you can join more network...
Getting Started with Delphi DataSnap 2009
Pawel Glowacki| Pawel Glowacki |19:19:15
Introduction One of the main new features of RAD Studio 2009 is DataSnap 2009 framework for building multitier database applications. In fact DataSnap 2009 is more than that. It is a component-based architecture for creating arbitrary applications...
Delphi 与 DirectX 之 DelphiX(86): TDIB.DrawOn();
万一| 万一的 Delphi 博客 |18:28:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...
Delphi 与 DirectX 之 DelphiX(85): TDIB.DrawTo();
万一| 万一的 Delphi 博客 |17:59:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; Button2: ...
Midas Speed Fix 1.0
CodeGear| CodeGear-CodeCentral Delphi |16:48:08
MidasSpeedFix.pas is a unit that improves the performance of the Midas.dll and MidasLib unit. This is done by replacing the Midas memory manager by the Delphi memory manager (FastMM4).How to use:Add the MidasSpeedFix.pas unit to your Delphi or C++...
Delphi 与 DirectX 之 DelphiX(84): TDIB.InitLight()、DrawLights();
万一| 万一的 Delphi 博客 |16:25:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; procedure FormCreate(Sender: TO...
Delphi 与 DirectX 之 DelphiX(83): TDIB.FilterLine()、FilterRect();
万一| 万一的 Delphi 博客 |15:17:00
本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, DIB, StdCtrls; type TForm1 = class(TForm) DXPaintBox1: TDXPaintBox; Button1: TButton; procedure...
Portable Objects V1.0.2
CodeGear| CodeGear-CodeCentral Delphi |08:44:51
Version 1.0.2 Unlimited trial period available.Portable Objects is a tool set for building distributed applications. It consists of two major components, the Persistence Framework and SOMBA (Simple Object Message Broker Architecture). The Persiste...
A Real World Delphi Developer Question: Class Object Name Retrieval...
About.com| About.com Delphi Programming |01:57:17
in Visitor Asks :: I've received this email from a visitor to the About Delphi Programming (this) site. Let's see if we all can help with answers. If you have...
delphix 编译时出现Undeclared identifier: ’PCharAW’解决
minyoad| minyoad的技术坛子-delphi |00:43:42
编译Delphix的sample的时候,出现了如下的错误[DCC Error] DirectX.pas(14677): E2003 Undeclared identifier: 'PCharAW'查找的时候,发现声明位于dxcommon.pas,只是一个条件编译语句。





冀公网安备 13098202000212号