ChrisF
03-06-2008, 05:02 PM
I note that TrueUpdate screens can show a help button, but there does not appear to be support for the standard windows help APIs.
In particular, adding support for the HTML Help (.chm files) would be appreciated.
Details for the API can be found by running the following from a commandLine window:
hh mk:@MSITStore:C:\WINDOWS\Help\api.chm::/ov_html_help_api_overview.htm
Or, see the whole HTML Help helpfile with this command:
hh mk:@MSITStore:htmlhelp.chm
(Calling hh.exe directly sometimes has elevation issues on Vista.)
That way, when one adds a Help button, it will be easy to do something useful with it. (c:
Also, adding an action along the lines of OnF1Pressed would also be useful, or adjusting the Help button so it is activated by F1 as well as via the &H in it's caption.
In particular, adding support for the HTML Help (.chm files) would be appreciated.
Details for the API can be found by running the following from a commandLine window:
hh mk:@MSITStore:C:\WINDOWS\Help\api.chm::/ov_html_help_api_overview.htm
Or, see the whole HTML Help helpfile with this command:
hh mk:@MSITStore:htmlhelp.chm
(Calling hh.exe directly sometimes has elevation issues on Vista.)
That way, when one adds a Help button, it will be easy to do something useful with it. (c:
Also, adding an action along the lines of OnF1Pressed would also be useful, or adjusting the Help button so it is activated by F1 as well as via the &H in it's caption.