Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 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.46 MB
Время: 0.039 c
2-1145463720
@gent
2006-04-19 20:22
2006.05.07
Помогите пожалуйста. Фрейм не могу добавить


15-1144517937
Зм1й
2006-04-08 21:38
2006.05.07
Странный вопрос


15-1145025312
ArtemESC
2006-04-14 18:35
2006.05.07
Любовь!


2-1145261109
d_oleg
2006-04-17 12:05
2006.05.07
функции в dll


15-1144933131
oldman
2006-04-13 16:58
2006.05.07
бывает в жизни удача...