Вниз
Скачать: CL | DM;

Как загрузить иконку с определенным индексом из ico-файла   Найти похожие ветки 

 
Islander   (2004-04-13 12:31) [0]

Приветствую!

Есть ico-файл, содержащий в себя несколько иконок. Как возможно, зная индекс иконки, загрузить ее в объекст типа TIcon?


 
Serge ©   (2004-04-13 12:54) [1]

It"s time to look through the help


The ExtractIconEx function retrieves the handle of an icon from the specified executable file, dynamic-link library (DLL), or icon file.

HICON ExtractIconEx(

   LPCSTR lpszFile,
   int nIconIndex,
   HICON FAR * phiconLarge,
   HICON FAR * phiconSmall,
   UINT nIcons  
  );


Parameters

lpszFile

Pointer to a null-terminated string specifying the name of an executable file, DLL, or icon file.

nIconIndex

Specifies the index of the icon to retrieve. If this value is 0, the function returns the handle of the first icon in the specified file. If this value is -
1 and phIconLargeand phiconSmall are both NULL, the function returns the total number of icons in the specified file.

phiconLarge

Pointer to an array of handles of large icons returned. This parameter can be NULL.

phiconSmall

Pointer to an array of handles of small icons returned. This parameter can be NULL.

nIcons

Specifies the count of the number of icons to extract.



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.165 c
8-1072283969
Alexis
2003-12-24 19:39
2004.05.02
проигрывать звуковой файл при старте


1-1081922727
rosl
2004-04-14 10:05
2004.05.02
разноцветный edit


1-1081929819
Курдль
2004-04-14 12:03
2004.05.02
Как корректно освободить память, занятую записями из TList?


14-1081230936
Sergey13
2004-04-06 09:55
2004.05.02
ГМ продукты. Есть или не есть (в смысле кушать)?


9-1069057084
knstantun
2003-11-17 11:18
2004.05.02
-как работать с dfx в delphi?




   Наверх