how to select a column in a listbox

DM4

New member
Joined
Dec 3, 2006
Messages
1
Programming Experience
Beginner
Help - please...

I have a listbox with 5 columns defined by: -
Dim MyFormat As String = "{0,-15}{1,-15}{2,-25}{3,-15}{4,-15}"

The fifth column displays a cost and the listbox may have only a single line or multiple lines - I need a button that will add up the all the costs in column 5.
Any help?
 
Back
Top