- 如何编写背景透明的ListBox组件 2011-09-03 点击:882 评论:0
- Delphi中应用自定义透明色控制的TImage组件 2011-09-03 点击:916 评论:0
- SmartFlash 发布最新版本V3.0 2011-09-03 点击:771 评论:0
- VMRBitmap摄像头实现了图片的叠加和透明色的设置 2011-09-03 点击:634 评论:0
- 可以截取layered窗口(包括透明窗口)的代码 2011-09-03 点击:787 评论:0
- 将一个JPG或BMP图片透明显示 2011-09-03 点击:666 评论:0
- Delphi中多个图像相互覆盖时实现无内容处点击穿透 2011-09-03 点击:602 评论:0
- Delphi中图像混合透明的函数AlphaBlend的使用 2011-09-03 点击:1068 评论:0
unit TransparentListBox;interfaceusesWindows, Messages, SysUtils, Classes, Graphics, Contr...
600) this.width = 600;'>procedure TForm1.FormCreate(Sender: TObject) ;beginImage1.Transpar...
SmartFlash是具有Macromedia Flash ActiveX功能且有着附加特性的VCL组件SmartFlash支持纯透明的Flash和Flash帧中的反锯齿效果。 也...
代码中用到了DSPACK组件,可到官方站点去下载:http://www.progdigy.com/document.getElementsByName('UpFileSize')[...
procedure CaptureScreen(AFileName: string);constCAPTUREBLT = $40000000;varhdcScreen: HDC;h...
procedure SaveBmpAsIcon(const Bmp: TBitmap; const Icon: string; const SmallIcon: Boolean; ...
在下图显示,窗口中有两个控件A和B,而B控件中间部分则被A控件挡住了。正常情况下挡住的部分我们用鼠标是点不到B控件的,但有时候我们是需要点到B控件划线部分时(可以想像这两个控件是透...
下面的测试是把一张图片显示在窗体, 并可以调整透明度.unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants,...