Question
Cannot open .CHM file when Application is running in Service Mode.
Hello All,
I have a compiled HTML help file (.CHM) that i am trying to integrate with my VB 6.0 project.
I am using RH_ShowHelp function (which uses htmlhelp()) to launch the Help File.
All is fine when i run my program in Application Mode.
But, when i install my app in Service Mode, (running under SYSTEM account) - it does not work.
I have tried to use ShellExecute API as well, and that does not work either.
Does anyone have any suggestions on how to get this working from services mode?
Is there some other function call or parameters needed...
Any input is appreciated.
Thanks
G
I have a compiled HTML help file (.CHM) that i am trying to integrate with my VB 6.0 project.
I am using RH_ShowHelp function (which uses htmlhelp()) to launch the Help File.
All is fine when i run my program in Application Mode.
But, when i install my app in Service Mode, (running under SYSTEM account) - it does not work.
I have tried to use ShellExecute API as well, and that does not work either.
Does anyone have any suggestions on how to get this working from services mode?
Is there some other function call or parameters needed...
Any input is appreciated.
Thanks
G