aman729 Posted January 13, 2008 Posted January 13, 2008 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....untitled.zip Quote
RappyFood Posted February 2, 2008 Posted February 2, 2008 If I understand your question, it looks as though you would be better off using a listview control with the View property set to Details. RappyFood Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.