View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JoCa JoCa is offline
external usenet poster
 
Posts: 15
Default Please, help! Changing ImageCombos appearance or alternative. Tha

Folks,

How can I modify the appearance of an ImageCombos border to resemble the
flat look produced by making the BorderStyle property in a ComboBox equal to
1-fmBorderStyleSingle ?

By default, the ImageCombos border looks etched and there is no apparent
property (e.g. like BorderStyle in ComboBoxes) that allows to change its
appearance. Is there anything I can do?

Alternatively, I would love to be able to add images to a multicolumn
ComboBox but I dont know how to do that either. I would welcome solutions in
either direction (changing the ImageCombos border style AND/OR adding images
to a multicolumn ComboBox)

Thanks in advance to all who contribute to the solution.

JoCa