Posted: Sun Dec 01, 2019 7:53 am Post subject: How to make some control backgrounds transparent
As shown in the figure, what is the way to make the background of edit, listbox and memo transparent, just like the label。
There seems to be no transparent property
e = createListBox(form)
e.Left = 10
e.Top = 10
e.Width = 300
e.OnMouseEnter = function()
if e.Color==0xffffff then
e.Color=0xffffff
else
e.Color=0x000100
end
end
But if so, my background image will be transparent, which is not what I want。
As shown in the figure, cegroupbox1 is the background transparent and can see the background image
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum