|
-
Apr 19th, 2000, 08:13 PM
#1
I'm creating my first major VB application. I would like to use a control like a list box, but a list box with several fields. I know exactly what I want actually, open explorer and change the view to details. The file name is listed, file size, created date, etc. This is what I would like. Is there some control to do this?
Thanks.
B
-
Apr 19th, 2000, 08:19 PM
#2
Lively Member
Use the columns property of the listbox and set it for as many columns as you want.
-
Apr 19th, 2000, 08:52 PM
#3
Thanks Robert. I knew it couldn't be too tough.
-
Apr 19th, 2000, 09:45 PM
#4
If after you see how data added to a multi-column listbox snakes through the listbox, you may want to try using a ListView control instead. It's more complex but also much more powerful.
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
|