LOULOU Posted September 5, 2005 Posted September 5, 2005 With Autolit i find how to have a context calling of an chm files. Example I am on a program name Saisie and i want ot call saisie.html in saisie.chm or I am in modif program and i want tro call modif.html in sasiei.chm. Is anyone know how to do ?
LxP Posted September 5, 2005 Posted September 5, 2005 You could use WinGetProcsss() to retrieve the name of the EXE showing the active window. With a small amount of manipulation (e.g. StringReplace()) you could then convert that to the name of a .CHM file and open it.
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