Multicolumn Listboxes

Sep 7, 2009 at 11:47am
Anyone have any idea how to use them? I looked on MSDN and Google but only found code for other languages. No tutorials or at least a reference. Please help.
Sep 7, 2009 at 12:16pm
using MFC you could easily do this and using any class library...................
Sep 7, 2009 at 12:19pm
Sep 7, 2009 at 1:52pm
Which compiler do you have?

You can place a control of Listbox, and then set their property.
Also you can link a value on it, and operate its methods.
Sep 8, 2009 at 4:33pm
(old) samples in MSDN are in plain C for multicolumn Listboxes...
But use Listviews instead.
Last edited on Sep 8, 2009 at 4:34pm
Topic archived. No new replies allowed.