JohnOne Posted January 20, 2012 Share 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. Link to comment Share on other sites More sharing options...
jvanegmond Posted January 20, 2012 Share Posted January 20, 2012 Absolutely. hh mk:@MSITStore:C:Program%20Files%20(x86)AutoIt3AutoIt3.chm::/html/functions/Abs.htm Run it in run box. JohnOne 1 github.com/jvanegmond Link to comment Share on other sites More sharing options...
JohnOne Posted January 20, 2012 Author Share 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. Link to comment Share on other sites More sharing options...
jvanegmond Posted January 20, 2012 Share Posted January 20, 2012 Run("hh mk:@MSITStore:C:Program%20Files%20(x86)AutoIt3AutoIt3.chm::/html/functions/Abs.htm", "", @SW_MAXIMIZE) JohnOne 1 github.com/jvanegmond Link to comment Share on other sites More sharing options...
JohnOne Posted January 20, 2012 Author Share 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. Link to comment Share on other sites More sharing options...
Developers Jos Posted January 20, 2012 Developers Share 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now