olympus Posted November 20, 2009 Posted November 20, 2009 Does anyone how to link to specific content in a help file, for example the AutoIt help file? Let's say I want to link to the Credits section. How do I add a link to the script which opens the help file and displays the Credits section? Thank you.
99ojo Posted November 20, 2009 Posted November 20, 2009 Does anyone how to link to specific content in a help file, for example the AutoIt help file?Let's say I want to link to the Credits section. How do I add a link to the script which opens the help file and displays the Credits section?Thank you.Hi,ShellExecute ("hh.exe", "mk:@MSITStore:C:\Programme\AutoIt3\AutoIt3.chm::/html/credits.htm");-))Stefan
olympus Posted November 20, 2009 Author Posted November 20, 2009 Hi,ShellExecute ("hh.exe", "mk:@MSITStore:C:\Programme\AutoIt3\AutoIt3.chm::/html/credits.htm");-))StefanIt works! Thanks Stefan!
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