list box with transparent back color

jguscs

Registered User.
Local time
Yesterday, 23:42
Joined
Jun 23, 2003
Messages
148
Does anyone have some code to enable transparent back color on a list box?
It was suggested that perhaps someone may have created a tweaked version of the standard list box as an activex control.
 
list box

Transparent background...not that I know of. As far as Activex, I avoid using those like the plague.
 
If you set the back color of the list box and form to -2147483633 it will use the windows default settings. This way, any color scheme a user has will be displayed the same.

Dave
 

Users who are viewing this thread

Back
Top Bottom