multi column listbox problem

aman729

Newcomer
Joined
Jan 10, 2008
Messages
6
i dont know how to make a listbox of variable width in which the the data of

entire row is selected at a time i am using listbox1.items.add() method

and inside add method i have writtem my variables for a single row

like this

listbox1.items.add(script(0) + " " + CStr(sp(0)) + " " + CStr(bp(0)))

but the script is variable width and other fields are not comming in a line

i want the out put to be as i have attached a file as 12kb zip

plz help

thanks for the sincerity....
 

Attachments

Back
Top