How to make Combobox text background transparent when selected (1 Viewer)

ssecca

New member
Local time
Today, 06:22
Joined
Apr 20, 2022
Messages
2
I am setting up a form with few comboboxes. I want to make the text background (not the field) transparent when selected.

I've tried the following but it doesn't work:

On Got Focus
me.combobox1.backstyle = Transparent
On Lost Focus
me.combobox1.backstyle = Normal

Please advise
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 18:22
Joined
May 7, 2009
Messages
19,247
you can't make the backstyle to transparent when in focus.
try changing the Backcolor, same as the detail color.
 

Users who are viewing this thread

Top Bottom