请各位高手多多

解决方案 »

  1.   

    CTreeCtrl::SetImageList
    CImageList* SetImageList( CImageList * pImageList, int nImageListType );Return ValuePointer to the previous image list, if any; otherwise NULL.ParameterspImageListPointer to the image list to assign. If pImageList is NULL, all images are removed from the tree view control.nImageListTypeType of image list to set. The image list can be one of the following values: TVSIL_NORMAL   Sets the normal image list, which contains the selected and nonselected images for the tree view item.
    TVSIL_STATE   Sets the state image list, which contains the images for tree view items that are in a user-defined state. 
    ResCall this function to set the normal or state image list for a tree view control and redraw the control using the new images.ExampleSee the example for CTreeCtrl::GetImageList.CTreeCtrl Overview |  Class Members |  Hierarchy ChartSee Also   CImageList, CTreeCtrl::GetImageList
    --------------------------------------------------------------------------------
    Send feedback to MSDN.Look here for MSDN Online resources.