From: Alexander on
As the title reads. I have a tab control where each tab shows an icon
(+text). I would like to be able to toggle the icons at will (so that
all are shown or hidden). Any thoughts?
From: Alexander on
On May 9, 3:46 pm, Alexander <the44s...(a)yahoo.com> wrote:
> As the title reads. I have a tab control where each tab shows an icon
> (+text). I would like to be able to toggle the icons at will (so that
> all are shown or hidden). Any thoughts?

Well, the answer was to be found in the documentation for CTreeCtrl.

In case anyone has a similar problem, a call to SetImageList with NULL
removes all icons (and redraws fixing offsets, etc). A subsequent call
to SetImageList with the address of the image lists, restores the
icons.