|
-
Sep 24th, 2002, 11:18 PM
#1
Thread Starter
New Member
Listbox columns, .NET newbie
Hi,
I am using a list box to display my output and wanted to know how to use the colums in a listbox and how I would send my output to these columns.
I want my output to look something like this:
01 1000 537 50 487 512
02 512 537 25 512 0
and so on...
I tried the to look at the help file and other things but there is not enough explanation on it.
I was wondering if anyone would help me out. Thanks alot.
-
Sep 25th, 2002, 02:57 AM
#2
PowerPoster
hi
u can use something like:
Code:
listbox1.items.add "01" & vbtab & "Whatweveerr"
But I would suggest u use listview...
-
Sep 25th, 2002, 06:04 AM
#3
Lively Member
Yes, i would have to agree. By the look of that sample you gave, a listview would be a better control to use for displaying that data.
-
Sep 25th, 2002, 06:45 PM
#4
Thread Starter
New Member
Thanks Alot you guys. I tried out using the listview and everything worked out just fine. Thanks again.
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
|