Ok, I located the VB Resource  Editor Add-in. I added an html file as
resource
but I couldn't load it using the res:// prefix.


"Azeus" <azizerrafay@NOSPAM_DAMNED_hotmail.com> wrote in message
news:404d943b$0$558$e4fe514c@news.xs4all.nl...
> What you mean is this?
>
> res://mshtml.dll/repost.htm
>
> This is a resource dll. Microsoft dustributes these so that they can have
> localized versions of their products
> without making separate builds for each language.
>
> In a DLL or executable you can include resources such as bitmaps, icons,
> toolbars, string resources, html pages and xml forms.
> This way you don't have to store the file separately with the risk of them
> being deleted while there's such a high
> dependency on them.
>
> I don't know how to create one in VB since I cannot find anything that
> resembles the resource in C++.
>
>