How to make the form into fully transparent 32bit alpha?

前端 未结 2 1476
悲哀的现实
悲哀的现实 2021-01-16 10:37

i use to create a full transparent form, but the png and the 32bit image will not blend to the form and images is not properly displayed its trnsparency. i get the concept h

2条回答
  •  北海茫月
    2021-01-16 10:44

    Seems that Andreas Hausladen stumbled upon a similar problem and has already implemented a solution: he rewrote TJvTransparentForm in the JVCL library.

    Even if you are not going to use that component directly you may gain some insight by studying the source.

    Here is the link to Andreas' article.

提交回复
热议问题