论坛


2009年5月15日 星期五

博客导读(09.5.15)

万一| 万一的 Delphi 博客 |22:39:00

Windows 编程|Message|多线程|内存管理|内存函数|钩子函数|初学汇编|算法与数据结构|复合文件|资源文件|光标相关函数|WinAPI 字符及字符串函数|再学 GDI+|用 GDI 操作 EMF 文件|Delphi 的绘图功能|理解类|TStringGrid|TMainMenu|TTreeView|TScreen|TRegistry|TListVi...

delphi 内存整理

幸福苹果| 幸福苹果-delphi |18:49:00

http://hi.baidu.com/zzguang/blog/item/d0aeaac3e44c305db219a87a.htmlprocedure ClearMemory;beginif Win32Platform = VER_PLATFORM_WIN32_NT then    begin   阅读全文类别:delphi编程 查看评论

基于Delphi的VFW视频捕获程序的开发

幸福苹果| 幸福苹果-delphi |18:48:00

   http://blog.csdn.net/stdotleo/archive/2004/12/03/203077.aspx许多关于视频的软件阅读全文类别:delphi编程 查看评论

DataSnap and dbExpress 2009 Samples Win32 and .NET - DelphiLive

CodeGear| CodeGear-CodeCentral Delphi |18:28:13

This application demonstrate the new DataSnap framework and dbExpress capabilities in Delphi 2009. This demos contain a DataSnap Server Win32, Win32 Client and ASP.NET Client, both clients connecting in the DataSnap Win32 Server, so other new feat...

在Delphi中使用ZLib的最新版本

幸福苹果| 幸福苹果-delphi |18:28:00

在Delphi中使用ZLib的最新版本http://blog.csdn.net/giliwala/archive/2008/11/02/3206000.aspxZLib(http://www.zlib.net)是现在使用最广泛的一套开源的通用无损压缩代码集了。它是LZ77 ((Lempel-Ziv 1977)的一个变种分支。它的代码是线程安全的,数据格式可以参见RF...

Delphi使用Zlib

幸福苹果| 幸福苹果-delphi |18:27:00

Delphi使用Zlibhttp://hi.baidu.com/xboshi/blog/item/d92a2d519e132e1d367abe26.htmluseszlib;//将Src使用Zlib压缩后存入Dst当中procedure PackStream(const Src:TS阅读全文类别:delphi编程 查看评论

Delphi 2005-Delphi 2007 Web Deploy Tools

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

Delphi 2005开始就屏蔽了Web Deploy Opitons和Web Deploy功能,在网上找到他们的工程师通过安装对应的包,即可重现Web Deploy 发布功能,通过Install Package,即可实现。Delphi 2005到Delphi 2007都可以安装 相关主题:http://cc.embarcadero.com/item/23942

FastReport 4.7.109 Full Source

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

基于XML的强大的报表组件,支持高级交叉表,脚本,图表等等复杂的报表应用

ScktIocp(与ScktComp兼容的IOCP组件)

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

与ScktComp兼容的IOCP服务端组件 参考了IOCPComp组件和ScktComp组件,可以直接替换ScktComp的TServerSocket 其中的事件方法大致相同,同于本身的IOCP特性,不再提供原TServerSocket的线程阻塞选项.核心文件(ScktIocp.pas) 测试时先导入注册表文件,修改连接数,在XP下测试...

Free TcyComponents v2.11 (with patch for D2009 TDBgrid)

CodeGear| CodeGear-CodeCentral Delphi |09:37:49

Added Guidelines to the TcyResizer!Very usefull package. There's a demo program with source + exe file to try before installing at official site (sourceForge). TDBrid for D2009 has a bug when clicking outside a cell when the Dataset is in edition ...

Detect TPopupMenu’s OnClose (OnPopDown) Event in Delphi Application

About.com| About.com Delphi Programming |02:00:00

Delphi TIPS :: Delphi's TPopupMenu component encapsulates the properties, methods, and events of a pop-up menu. A pop-up menu appears (for a component or a form) when the user clicks...