From: Alexander S.K. <al...@be...> - 2004-04-21 06:37:08
|
On 21.04.2004 5:55, Rodrigo Moreno <rod...@te...> wrote: RM> I'm looking for the notification that change the image from image to another RM> image, but i didnt find it. RM> [ ... ] RM> It's possibly change selected image manually ? TVM_SETITEM message should be used for this purpose. Just fill the TV_ITEM structure and send the message. There is a function in control.c - TreeSetItem(), which is intended for this, but currently it changes only the item's caption. But it isn't difficult to extend it for setting image. Regards, Alexander http://kresin.belgorod.su |