I am trying to create a transparent listbox, and for some reason the text will not show unless I set either the control or the label's backstyle to Opaque. The label is being used as a constituent control.
Printable View
I am trying to create a transparent listbox, and for some reason the text will not show unless I set either the control or the label's backstyle to Opaque. The label is being used as a constituent control.
Have you tried setting AutoRedraw = True? And, instead of labels, you could use a little more pain and sorrow and use Print. It's faster and prolly works in the situatation, though it's harder to do.