OK,
jetzt hab ich das gefunden:
Zitat:
_GetIcon Function
Creates an icon from an image and mask in an image list.
Syntax
HICON ImageList_GetIcon(
HIMAGELIST himl,
int i,
UINT flags
);
Parameters
himl
A
handle to the image list.
i
An index of the image.
flags
A combination of flags that specify the drawing style. For a list of values, see the description of the fStyle parameter of the ImageList_Draw function.
Return Value
Returns the
handle to the icon if successful, or NULL otherwise.
Stellt sich als nächstes die Frage; Wie bekomme ich das Icon von dem ich das
Handle habe in meine Imagelist?
Gruß oki