9 פיט - יפלד
ישאר דומע | םיפיטה דומע רנק ודיע תאמ

.DLL וא EXE ץבוקב תמייק רבכ איהו שמתשהל םיצור םתאש (Icon) תימלצ וזיא שיש דיגנ ואוב
ץבוקהמ ןוקייאה תא איצוהל ךירצ ךניא ,חוקלה לש ובשחמב םג ויהי EXE-ה וא DLL-הו הדימב וישכע
:האבה API תיצקנופב שמתשהל הז תושעל ךירצ התאש המ לכ ,ליגר ICO ץבוק ונממ רוצילו
uses ...,ShellApi, ...;

...
var
 hndIcon  : hIcon;

...
hndIcon := 
    ExtractAssociatedIcon(HInstance,
                          //Handle of the application instance
                          FileName,
                          //The File that you want to take the Icon from
                          IconIndex
                          // The index of the Icon in the file  
                         );