How do I create a listbox with a fixed number of columns?
Printable View
How do I create a listbox with a fixed number of columns?
Are you using MFC? have you looked at the CListBox class? :) Or do you need some code example about this? :)
Regards,
Gili
You're probably looking for a CListCtrl with the report style set.
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?
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.Quote:
Originally Posted by Scott_H
Yes.Quote:
Originally Posted by Scott_H