|
-
Nov 23rd, 2006, 02:35 PM
#1
Thread Starter
Junior Member
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:

Can anyone help me, please =)
Btw, I don't want to display files, I want to display text added by myself.
Last edited by Tonberry; Nov 23rd, 2006 at 03:00 PM.
-
Nov 23rd, 2006, 02:59 PM
#2
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.
-
Nov 23rd, 2006, 04:10 PM
#3
Thread Starter
Junior Member
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|
-
Nov 23rd, 2006, 04:18 PM
#4
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.
-
Nov 24th, 2006, 10:39 AM
#5
Thread Starter
Junior Member
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...
-
Nov 24th, 2006, 10:48 AM
#6
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|