BoBo wrote:
I've found (by mistake

) that you can open/browse any AHK help topic "offline" with IE (regardless that it has been "bundled" within an CHM project. eg.
INIReadCode:
MyAHKPath = C:\Download\Software\AutoHotkey
Run, mk:@MSITStore:%MyAHKPath%\AutoHotkey.chm::/docs/commands/IniRead.htm
Maybe this is of use for your project

I remembered I could do that just as I was posting it

. I'll change it tommorrow to use that method.
Quote:
Btw. it only shows If(..) commands, is this how it was meant to be?
Yes, It will show the If statements when it first starts (it probably shouldn't ) but if you open notepad and type in "msgbox, " for example the commands will change to the message box ones. Click on the links in the left hand column and the page from the help files will appear in the right hand column.
edit:
It will also search for part of a word so for example if you type "win" then return it will bring up all of the windows commands.