Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multi-column listbox 1

Status
Not open for further replies.

davewelsh

Programmer
Jun 26, 2001
71
CA
I have a listbox with the multi-column property set and I want to insert into some of the other columns. I suppose I'll also need to know how to define the columns. MSDN is less than helpful in this regard.

Thanks in advance for any help. This is driving me crazy.
 
Listbox (class CListBox)will not do.
use Listctrl (class CListCtrl)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top