Hi Ketil,
Not sure whats happening with RadASM, I really hope your still expanding on it. If so, I have a request, the current resource editor does not allow for anything but numbers in the ID field, could it be modified to allow strings also, as well add a resource type of RT_HTML. In order to use "res:\\" the resource must be entered like this:
#define NAV_FAIL navfail.htm
NAV_FAIL RT_HTML DISCARDABLE "navfail.htm"
it can then be displayed using IE or a webbrowser control like this
res://C:\path\application.exe/navfail.htm
Though its not a problem to do it manually it would be nice to have it available in the main res file as opposed to having to create a separate one (so RadASM doesn't delete it)
Hi donkey
Will the line: navfail.htm RT_HTML DISCARDABLE "navfail.htm" work?
KetilO
Hi Ketil,
Yes, I just tested it and it works fine exactly as you posted.
Edgar
Great
That will make it very easy. I will just add a new resource type.
KetilO