I'm using a code to put bitmaps in ComboBoxes Items
and worked VERY well.
No, i'm have to do multi-lines in that ComboBox,
with
ComboBox1.Items.AddObject('Line 1' + chr(13) +
'Line 2',Bmp1);
but got a single line like :
(The bitmap) Line 1|Line 2
How can i solve it ???
Thanks in advance...
Joćo Alberto
|
- Re: [DUG]: ComboBox richter
- Re: [DUG]: ComboBox Rohit Gupta