Dan
March 29th, 1999, 04:41 AM
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
|
Click to See Complete Forum and Search --> : ListBox with variable width columns Dan March 29th, 1999, 04:41 AM 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 Dan O'Brien March 29th, 1999, 06:44 AM Read up on LBS_MULTICOLUMN and LBS_USETABSTOPS Kevin Delgado March 29th, 1999, 10:09 AM You are better off using a CListCtrl in report mode. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |