govcl icon indicating copy to clipboard operation
govcl copied to clipboard

想用GOVCL想做一个透明窗体,求助

Open int0x09 opened this issue 2 months ago • 1 comments

想做一个桌面数字时钟,窗体透明(消失),只留 Label 上的文字。 我用CBuilder做过,CB/delphi窗体有TransparentColor属性,而Lazarus/GOVCL没有。

不知道如何设置,请高人指点。谢谢。

int0x09 avatar Oct 29 '25 07:10 int0x09

如果只是windows的话,可以找找相关的API,因为lazarus的跨平台性,有些属性肯定没有哈。如果是要做跨平台的,其实可以研究下各个平台原生UI的API。

ying32 avatar Nov 01 '25 09:11 ying32