论坛


2009年12月11日 星期五

在Lazarus和Delphi上使用firefox的gecko内核控件

minyoad| minyoad的技术坛子-delphi |19:39:44

一般,在delphi上,使用的都是TWebBrowser的IE内核的控件,使用很方便,直接把控件拖到窗体上就行了。但是,在跨平台的时候,就无能为力了。这时候,Lazarus+firefox是个更好的选择。下面,讨论...

GdiPlus[3]: 关于 GdiPlusHelpers 单元

万一| 万一的 Delphi 博客 |13:55:00

  阅读: 19 评论: 0 作者:万一发表于 2009-12-11 13:55原文链接本套接口只有两个单元: GdiPlus, GdiPlusHelpers; 主要的是前者, GdiPlusHelpers 的作用是通过 Helper 技术给 VCL 体系中的 TCanvas、TGraphicControl、TCustomControl、TBitmap 类补充添加 ToGPGraph...

GdiPlus[2]: 获取绘图表面(Graphics)

万一| 万一的 Delphi 博客 |13:25:00

  阅读: 30 评论: 0 作者:万一发表于 2009-12-11 13:25原文链接绘图表面(Graphics, 这在 VCL 体系中叫 Canvas), 在 GdiPlus 中有四种获取方法:1、通过窗口句柄获取;2、通过窗口的 Canvas.Handle 获取;3、通过 GdiPlus 利用 Helper 技术给部分 VCL 对象添加的 ToGPG...

GdiPlus[1]: 一个给 Delphi 提供的、新的 GDI+ 接口, 很好用!

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

  阅读: 68 评论: 2 作者:万一发表于 2009-12-11 11:54原文链接尽管 GDI+ 已经有近 10 年的历史(随 Win2000 推出), 尽管 DirectX 如日中天, 但在 Windows 下进行 2D 绘图还是离不开它, 微软也没有停止对它的升级, 随 Vista 的 GDI 版本是 1.1(6.0.xxxx.x), 新增了 ...

Rearrange Multiple TListView Items using Drag and Drop in Delphi apps

About.com| About.com Delphi Programming |01:00:49

in Delphi VCL::Using Delphi's drag and drop operations it is easy to implement rearranging multiple items in a TListView control.Most MP3 (any multimedia) players allow arranging playlist using the technique provided in this article.Read thefull a...