Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.04.17;
Скачать: CL | DM;

Вниз

HTML и ресурсы   Найти похожие ветки 

 
illusion Dolphin ©   (2003-04-07 23:24) [0]

Как записать html-страничку в файл ресурсов (*.res), а потом её оттуда благополучшо отобразить. (желательно её не загружать при этом в готовом виже на винчестер, т.е. без временных файлов; на лету). Такой механизм, если я не ошибаюсь, уже еспользуется в XP при загрузке logo-странички (из *.exe).


 
Palladin ©   (2003-04-07 23:31) [1]

ты ошибаешся... там другой механизм... ничего общего с ресурсами (в твоем понимании) не имеет...

файл res существует только на стадии разработки, в дальнейшем все ресурсы связываются (линкуются) с PE (dll или exe)...

возможно ты имеешь в виду просто хранилище данных, используй TFileStream. Если все таки нужны именно ресурсы (хотя на мой взгляд не оправдана такая хотелка) то изучай UpdateResource в Windows SDK, он как раз для этих целей предназначен...


 
nikkie ©   (2003-04-08 00:51) [2]

Res Protocol

Specifies a resource that will be obtained from a module.

Syntax

res://sFile[/sType]/sID

Possible Values

sFile Required. Specifies the path and file name of the module that contains the resource.
sType Optional. Specifies the string or numerical resource type. This can be either a custom resource or one of the RT_ predefined resource types described in the FindResource function reference. If a numerical resource type is specified, the actual number of the identifier, not the identifier name, must follow a # character. See the example below for more information. If this parameter is not specified, the default resource type is RT_HTML.
sID Required. Specifies the string or numerical identifier of the resource. If a numerical identifier is specified, the actual number of the identifier, not the identifier itself, must follow a "#" character. See the example below for more information.


Remarks

Available as of Microsoft® Internet Explorer 4.0 or later.

Example

The following example shows the correct and incorrect ways to format the numerical identifier for the resource type.

#define MYBITMAP 234

// This is correct.
"res://mydll.dll/#2/#234"

// This is not correct.
"res://mydll.dll/#2/MYBITMAP"



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

Текущий архив: 2003.04.17;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.015 c
14-54827
AlexZ
2003-04-01 08:28
2003.04.17
Сайт пропал


14-54843
pheonix
2003-04-01 11:12
2003.04.17
мастер delphi


1-54707
elf_123
2003-04-01 22:28
2003.04.17
Очень хитрый Эдит


3-54422
MaxV
2003-04-01 13:59
2003.04.17
Как открыть паролированную таблицу Paradox?


1-54654
big_bugzy
2003-04-08 13:07
2003.04.17
Что вперед создается при использовании объектов автоматизации?