res: protocol
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I'm using WinXP SP1, IE 6.0 SP1 etc etc and Visual 6.0 SP5. I've imported a HTML resource named 1.htm in a dll and the attempt to display in a web browser using res://thedll.dll/1.htm fails. By accident I renamed it, but starting with a letter: a1.htm. res://thedll.dll/a1.htm Success. This is a bug in MSHTML.DLL (this seems to be the dll that implements the res: protocol)? Or "This behavior is by default." :mad: Just asking...