Einzelnen Beitrag anzeigen

oki

Registriert seit: 30. Dez 2002
Ort: Brandshagen
1.819 Beiträge
 
Delphi 2007 Professional
 
#7

Re: System Image List kopieren

  Alt 7. Nov 2008, 21:48
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
42
  Mit Zitat antworten Zitat