<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>hhctrl.ocx: ensure that the topic within MSITStore url's begins with /</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>If a CHM file has a default topic something like index.html, we navigate to a url like mk:MSITStore:C:/helpfile.chm::index.html. This fails if index.html contains relative links (to something like contents.html), as UrlCombine does not form a sensible new url. We'd want mk:MSITStore:C:/helpfile.chm::contents.html, but we actually get mk:MSITStore:C:/helpfile.chm::index.html/contents.html.<BR>
<BR>
UrlCombine on Windows does not create a usable url in this situation either.<BR>
<BR>
The solution is to make sure we always have a url that UrlCombine can properly handle, something like mk:MSITStore:C:/helpfile.chm::/index.html.<BR>
</FONT>
</P>

</BODY>
</HTML>