How can I make lists like the ones used in DC++? (like multiple lists in one)
Hi! I'm wondering how I can make a listbox like this in VB6:
http://i9.photobucket.com/albums/a59...berry/lawl.jpg
Can anyone help me, please =)
Btw, I don't want to display files, I want to display text added by myself.
Re: How can I make lists like the ones used in DC++? (like multiple lists in one)
You can use Listview control - it's part of MS Windows Common controls 6.0 library.
If you search for "listview" you will find many-many pages of samples.
Re: How can I make lists like the ones used in DC++? (like multiple lists in one)
Thanks! Do you know a code to use when i want to add an item to column2?
The columns are like:
|Column1|Column2|Column3|
Re: How can I make lists like the ones used in DC++? (like multiple lists in one)
Yes, I certainly do but I'd rather like that you to do a little work and search forum - as I said there are many samples available.
Re: How can I make lists like the ones used in DC++? (like multiple lists in one)
I've searched, and can't find a way to just edit column2 without editing column1. Help please...
Re: How can I make lists like the ones used in DC++? (like multiple lists in one)
You didn't mention you need to edit items/subitems...
How to edit listview subitems
Also, another option for you might be to use MSFlexGrid control.
There is a link in my signature with many samples so take a look at it as well.