
-----------------------------------
deville75
Fri Mar 30, 2007 9:46 am

How to Create a Multicolumn Listbox
-----------------------------------
I'm using VC++ 6, and I need to make a multicolumn Listbox.  I know how to make it in my Resource file, but Now that I've made it I don't know how to add items to it.  I can easily add items to the first column using SendDlgItemMessage(hWndDlg, TCVIEW, LB_ADDSTRING, 0, (LPARAM)"Hello World!");  But how do I add text to the second/third/etc column.  Also, how do I edit text in a specific column and row?
