论坛


2008年10月20日 星期一

VCL 中的 Windows API 函数(6): BeginDeferWindowPos

万一| 万一的 Delphi 博客 |14:10:00

BeginDeferWindowPos 和 DeferWindowPos、EndDeferWindowPos 是一组一起使用的函数, 可对一组窗口的位置、大小、Z 序等进行调整, 在 ExtCtrls 单元有用到.下面先用常规方法实现对 Panel1 中的一组 Button 进行调整, 然后再用上面三个函数重新实现.本例效果图:代码文?..

Sim Card Contacts Restoration Tool

delphi3000| delphi3000.com |12:00:00

Sim card data recovery utility recover recently deleted call list, text messages

Blaise Pascal Magazine

Nick Hodges| Nick Hodges |10:26:56

I have before me the latest copy of Blaise Pascal Magazine.  The tagline reads: All about Delphi and Kylix, Pascal and related languages. In other words — my kind of magazine.  And this issue, lie the previous two, is packed full o...

Blaise Pascal Magazine

Nick Hodges| Nick Hodges |10:26:56

I have before me the latest copy of Blaise Pascal Magazine.  The tagline reads: All about Delphi and Kylix, Pascal and related languages. In other words — my kind of magazine.  And this issue, lie the previous two, is packed full o...

A Custom Message Dialog with Standard Windows Icons

About.com| About.com Delphi Programming |04:32:14

in Delphi TIPS :: I needed to create my own customized "MessageDlg" message box with custom buttons, but I still wanted to have access to those spiffy icons that appear...

VCL 中的 Windows API 函数(5): AlphaBlend

万一| 万一的 Delphi 博客 |01:38:00

AlphaBlend 是指定图像混合透明的函数, 在 Graphics、GraphUtil、RibbonStyleActnCtrls 单元用到.下面的测试是把一张图片显示在窗体, 并可以调整透明度.本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphi...