Have CListWnd working fine, but how would I go about adding data in more then a single column?
I am assuming it is via CListWnd::AddLine(class SListWndLine const *); however SListWndLine has no members that make sense (or really any).
Also, maybe going blind or dont understand, but EQLIB_OBJECT int CListWnd::GetCurCol(void)const; ... GetCurCol has no offset defined (and assumign the reverse Set Cur Col maybe?)
Any info would be great .. search turns up nothing that can find helpful.

