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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CListCtrl - CImageList Q

Status
Not open for further replies.

LizardKingSchwing

Programmer
Oct 12, 2001
96
NL
I have an imagelist and a list ctrl
I asign the imagelist to the list control
I want to be able to programatically select the image from image list (choice of 3) for each row in list.

Any Ideas

Cheers

LK--<
 
see the API reference for ListView_InsertItem macro

or if you are using MFC see CListCtrl::InsertItem()

hope this helps
-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top