Is any possibility to create a multi column listbox control, listbox whose columns have different widths ? I know this thing is possible in Access, but I can't find something similar in VC 5
Printable View
Is any possibility to create a multi column listbox control, listbox whose columns have different widths ? I know this thing is possible in Access, but I can't find something similar in VC 5
Read up on LBS_MULTICOLUMN and LBS_USETABSTOPS
You are better off using a CListCtrl in report mode.