Click to See Complete Forum and Search --> : Multi-Column List boxes


nen
October 4th, 2008, 11:54 PM
Granted, I am relatively new to the winAPI, but I can't find any information or documentation on creating/utilizing multi-column list boxes without using MFC or something. Google has failed me, as have my references.

Links, samples, tips, etc., on how to make & use them would be greatly appreciated. ;)

(Sorry for such a dumb question)

ovidiucucu
October 5th, 2008, 12:23 PM
A "multicolumn" list box is one which simply has the LBS_MULTICOLUMN style set.
A lot of info about list boxes you can find in MSDN Libary (http://msdn.microsoft.com/en-us/library/bb775146(VS.85).aspx) available on-line, free for downlad (http://www.microsoft.com/downloads/details.aspx?FamilyID=b8704100-0127-4d88-9b5d-896b9b388313&DisplayLang=en), and shipped with Visual Studio.