Текущий архив: 2006.05.07;
Скачать: CL | DM;
ВнизКак из файла *.res вытащить иконку в программе Найти похожие ветки
← →
Сергей И (2006-04-20 10:30) [0]КАК подключить файл res
← →
balepa © (2006-04-20 11:03) [1]{$R data\AboutRes.res}
Image2.Picture.Bitmap.LoadFromResourceName(hinstance,"LOGO");
Instance is the handle of the module that contains the resource.
← →
AbrosimovA © (2006-04-20 11:06) [2]
implementation
uses ShellAPI;
{$R *.dfm}
{$R program.res}
procedure ....
var hIco: HICON;
begin
hIco:=ExtractIcon(hInstance,"program.exe",icoIndex);
Application.Icon.Handle:=hIco;
end
Страницы: 1 вся ветка
Текущий архив: 2006.05.07;
Скачать: CL | DM;
Память: 0.44 MB
Время: 0.01 c