> Hello Everyone:
> I have created help in Microsoft HTML help format. The format is .chm. I
> would like to password protect this file. Therefore; anyone who double
> clicks on the file gets the password prompt window. Is this possible..?
Not to my knowledge. I can't imagine why a Help file would have the
capability to be password-protected. I think you need to consider some
other file format.
Mike
Vajid,
> I have created help in Microsoft HTML help format. The format is .chm. I
> would like to password protect this file. Therefore; anyone who double
> clicks on the file gets the password prompt window. Is this possible..?
You could execute a JavaScript password protection script at start-up
(invoked using the onLoad event of the <body> tag in the default
topic), but I'm afraid that there's no too much more that you can do;
Microsoft didn't design the HTML Help format with security in mind.
You can find password protection scripts at lots of sites, including:
http://javascript.internet.com/passwords/
And see this page for some additional ways to protect your content:
http://helpware.net/FAR/far_faq.htm#ProjectCHM
--
Pete (Microsoft Help MVP)
Vajid Shethwala - 31 Oct 2003 16:21 GMT
Thanks Pete Lees.
You have provide me lots of useful information to add to my help. I will go
ahead check on the sites.
Thanks again
-Vajid
> Vajid,
>
[quoted text clipped - 17 lines]
> --
> Pete (Microsoft Help MVP)