Dear there..
I want to add bitmap/Icon along with Text in a ListBox ? How can I ?pl. guide me..
Ashok
Printable View
Dear there..
I want to add bitmap/Icon along with Text in a ListBox ? How can I ?pl. guide me..
Ashok
You could make the listbox "owner drawn". That way you will
be asked by Windows to draw each item in the listbox so you
have total control over its appearance. You can draw a bitmap,
choose the colour and font, etc.