Sep 7, 2009 at 11:47am UTC
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 UTC
using MFC you could easily do this and using any class library...................
Sep 7, 2009 at 1:52pm UTC
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 UTC
(old) samples in MSDN are in plain C for multicolumn Listboxes...
But use Listviews instead.
Last edited on Sep 8, 2009 at 4:34pm UTC