Transparent ListBoxes

BlitzPlus Forums/BlitzPlus Programming/Transparent ListBoxes

rdodson41(Posted 2004) [#1]
Is there a way to get list boxes and/or text areas/fields to be "transparent" so that the panel color or image can show through? If you need clarification just ask.


rdodson41(Posted 2004) [#2]
Please is there any way to do this? Any help is appreciated.


skn3(Posted 2004) [#3]
There is a way, but it envolves intercepting windows messages & manually painting with GDI, which b+ can't currently do.


rdodson41(Posted 2004) [#4]
Is there a way i could write a lib or use api calls to do it?


skn3(Posted 2004) [#5]
don't think so.