How to change icon for list box column header in MFC after setting it?

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi there,
How can I change icon for list box column header in MFC after setting it? I am setting it using SetImageList() function for CHeaderCtrl object and InsertColumn() function of CListCtrl object.

Is there any standard ascending and descending icon by Microsoft for list box column headers?

If yes then where can I get these icons? Otherwise how I can make transparent icon using Visual Studio?

Thanks so much.
Pankaj

View the full article
 
Back
Top