|
-
February 24th, 2007, 11:56 AM
#1
Listbox with three columns?
How do I create a listbox with a fixed number of columns?
-
February 24th, 2007, 12:07 PM
#2
Re: Listbox with three columns?
Are you using MFC? have you looked at the CListBox class? Or do you need some code example about this? 
Regards,
Gili
Please use code tags [code] [/code]
We would change the world, but God won't give us the sourcecode.. 
Undocumented futures are fun and useful....
_________
Gili
-
February 24th, 2007, 03:43 PM
#3
Re: Listbox with three columns?
You're probably looking for a CListCtrl with the report style set.
-
February 24th, 2007, 04:31 PM
#4
Re: Listbox with three columns?
I changed "Not Using MFC" to "Use MFC in a Shared DLL" and got 14 errors on compiling. Yikes.
Is there a way to add in a table without MFC?
-
February 24th, 2007, 04:40 PM
#5
Re: Listbox with three columns?
 Originally Posted by Scott_H
I changed "Not Using MFC" to "Use MFC in a Shared DLL" and got 14 errors on compiling. Yikes.
Not too many, and not impossible to get rid of them, but easier and headache-less is to make from scratch your application using MFC AppWizard.
 Originally Posted by Scott_H
Is there a way to add in a table without MFC?
Yes.
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
|