The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: UtillMasm on April 01, 2009, 05:22:32 AM

Title: IE's res Protocol
Post by: UtillMasm on April 01, 2009, 05:22:32 AM
res://C:\Help2Viewer.exe/navfail.htm

res://C:\Help2Viewer.exe/donkey.jpg

How to use these in GoASM?
Title: Re: IE's res Protocol
Post by: donkey on April 01, 2009, 05:38:32 AM
The res// protocol is for resource based HTML pages, you would define them in an RC file like this:

navfail.htm RT_HTML DISCARDABLE "navfail.htm"

GoRC is capable of compiling it into a RES file.

Once you have done that use the resource identifier (on the left) as the web page name and pass it to either a web browser control or IE directly in the following format:

res://C:\path\application.exe/navfail.htm