C Board  

Go Back   C Board > General Programming Boards > C# Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-06-2006, 10:37 PM   #1
Some Guy
 
Join Date: Jul 2004
Posts: 32
Creating a multi-column listbox?

I would like to create a multi-column listbox that looks something like this... http://www.summware.com/Images/ListBox.jpg except it will have five columns with the ability to click on them to sort the entire listbox by that column (sort of like Windows Explorer in detailed mode). Can someone give me a few tips or point me in the right direction. Thanks, appreciate it.
__________________
"Ooooh they have internet on computers now" - Homer Simpson
gflores is offline   Reply With Quote
Old 01-08-2006, 08:48 PM   #2
Registered User
 
Join Date: Jan 2006
Posts: 8
First are you using .net 1.x or 2.x?

if your using 2.x then instead of the listbox you should use the DataGridView control.

if your using 1.x I belive you might be able to use the dataGrid control
taku is offline   Reply With Quote
Old 01-09-2006, 04:23 AM   #3
The N00b That Owns You!
 
Join Date: Jul 2005
Location: Canada!
Posts: 178
in the windows form designer click tools -> tolol, box and click listbox and drag it on to your program then loook at the code ot see how its made
you can also add colums in th eform designer its all there.
__________________
New Function!!!!

glAddIdol(C+noob);

Quote:
The feeling of rusty spoons against my salad fingers is almost ORGASMIC
C+noob is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Profiler Valgrind afflictedd2 C++ Programming 4 07-18-2008 09:38 AM
Retrieving Multiple inputs with fgets? Axel C Programming 25 09-13-2005 04:04 PM
pointers InvariantLoop C Programming 13 02-04-2005 09:32 AM
Multi column Listbox Gravedigga Windows Programming 1 10-12-2003 12:20 PM
Listbox multi collum (TNT) Windows Programming 2 01-02-2002 08:06 AM


All times are GMT -6. The time now is 05:50 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22