Hey Everyone,

I'm trying to use a listbox as my invoice layout. (so I'm adding new items to the listbox for the invoice)

is there a way to append text to one line in the listbox? or a different way? or a different control that I should be using?

So what I mean is...
Ex.

I have a label with the column headings.
"TEM DESCRIPTION PRICE QTY BO AMOUNT

Then I need to add Items to the listbox as follows..
ITEM DESCRIPTION PRICE QTY BO AMOUNT

9999 CD PLAYER 200 1 0 200
88887 AMPLIFIER 200 1 0 200

I always need the colums to start at the same position...so if the ITEM #'s are not the same length, DESCRIPTION should still always start at the same spot??

Thanks for the help in advance!