Multicolumn Listboxes

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.
using MFC you could easily do this and using any class library...................
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.
(old) samples in MSDN are in plain C for multicolumn Listboxes...
But use Listviews instead.
Last edited on
Topic archived. No new replies allowed.