JohnOne 1,603 Posted January 20, 2012 Scite editor when it launches the help file, has the ability to open it at a function, Macro etc.. page. How does it do that? can parameters be passed to it so I could do the same programmatically? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
jvanegmond 306 Posted January 20, 2012 Absolutely. hh mk:@MSITStore:C:Program%20Files%20(x86)AutoIt3AutoIt3.chm::/html/functions/Abs.htm Run it in run box. 1 JohnOne reacted to this github.com/jvanegmond Share this post Link to post Share on other sites
JohnOne 1,603 Posted January 20, 2012 Ace, thanks Manadar, is there a way to have it open maximized, or would that need to be done via code? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
jvanegmond 306 Posted January 20, 2012 Run("hh mk:@MSITStore:C:Program%20Files%20(x86)AutoIt3AutoIt3.chm::/html/functions/Abs.htm", "", @SW_MAXIMIZE) 1 JohnOne reacted to this github.com/jvanegmond Share this post Link to post Share on other sites
JohnOne 1,603 Posted January 20, 2012 Duh! of course. Thanks once again. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
Jos 2,209 Posted January 20, 2012 When the helpfile has the Index generated you can do a HtmlHelp() call using HH_KEYWORD_LOOKUP.This is what we use in AutoIt3Help.exe which then allows you to only feed it with the keyword you look for and no need to know the exact location with the helpfile.Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Share this post Link to post Share on other sites