PDA

View Full Version : how to make transparent background in listbox


ANAS3
12-30-2005, 01:16 AM
:huh how to make transparent background in listbox like Hotspot to display background of page in my ??? :huh

yosik
12-30-2005, 11:01 AM
ListBox doesn't support transparent background.
You could devise a design scheme to hide that fact and make it look alike to transparent.

Yossi

Worm
12-30-2005, 11:13 AM
For anyone else that may have thought of it. I tried using the DLL (wTrans.dll) I wrote that sets a windows opacity back in the day of v5. I thought that I might be able to set the opacity of the child windows (input, web, etc...) that we can get the handle to now with GetProperties. Unfortunately, it doesn't seem to work.