combobox with out scroll bars

  • Thread starter gregory.hickmott
  • Start date
G

gregory.hickmott

Iis there any way to get reed of the scroll button when Comboboxes are
locked and disabled i have about 20 on my form a few i have switch back and
forth form a label to a combo
maybe a costom control

thanks greg
 
D

Douglas J. Steele

You mean the little down-pointing arrow? Consider having a label that covers
it up, and putting code in the combo box's LostFocus event to make it
visible.
 
G

gregory.hickmott

I have a button that locks or un locks the group and I covered it with a
picture that has the same backgound
it works just like i wanted thanks
greg
 
Top