December 17, 2002
Thanks for explaining DDX Jan,

Is it possible to format results in Listboxes?
I was thinking along the lines of having a list of numbers with the decimal
points lined up.
Also, Is there a means of using tab or "\t" in these lists?

Peter


December 17, 2002
I would use SysListView32 with LVS_REPORT for that.
Check CListCtrl.
Jan



Peter wrote:

> Thanks for explaining DDX Jan,
>
> Is it possible to format results in Listboxes?
> I was thinking along the lines of having a list of numbers with the decimal
> points lined up.
> Also, Is there a means of using tab or "\t" in these lists?
>
> Peter