I have a little help program that I made with ccviz/Helpmaker.
(its quite a nice program)
Now I would like my users to be able to open it from a menu inside my Access database.
What I had in mind is something a bit different.
I have built a help file using a program called ccviz/Helpmaker.
It is its own program. It has the nice blue dot with the white question mark in it for an icon.
To be more precise, I want to open an outside program(ccviz), using a menu command.
If this database is multi-user , do the other users have the program installed or is the generated help file in a global file extension that windows recognise.
Could you provide a link to the software?
If you are opening a program then it should be as simple as:
1)Creating your menu
2)Create a public function to shellexecute the program.
3) Assign the public function to the menu item.
'Call Shell and Reference HTML Help Executable
'otherwise you will get the windows file open warning
Shell "C:\Windows\Hh.exe C:\Path to Help File",vbnormalfocus