Is it possible to make a listbox with more than one column, like the one in find files and folder box that appears when you search for a file.
Please Help, i've asked before and had no joy!
Printable View
Is it possible to make a listbox with more than one column, like the one in find files and folder box that appears when you search for a file.
Please Help, i've asked before and had no joy!
Use a listview box
Do you mean a listbox, because this does not have the multicolumn affect of the find files box
You have to add it to your project.
Project->Components
Its under microsoft common controls 6
If you have vb5 it will be 5 instead of 6!
Look here for a sample using the ListView Control from HeSaidJoe.
http://forums.vb-world.net/showthrea...threadid=39785
Just copy the code into the Form Load event and place a listview control on the form.
Thank, that's great!