A
al jones
There is no installation for the program I wrote, one just copies the files
to some directory and runs it from there,
I have both a working program and help file (.chm). From within the IDE
pressing F1 gives the desired results, proper 'page' opens. However when
it's 'installed' on a users machine help presents an houglass icon for 1 -
2 seconds and then it goes away without bringing up the helps (returns to
the GUI).
Assuming that it was because HelpNameSpace is set in the environment, I set
it to
FOHelp.HelpNamespace = Application.StartupPath & "FontOrg.chm"
in formload - still no joy, any suggestions.
please excuse rhe typing, I have ny left hand in a casr which is making
typing kinda rough.
//al
to some directory and runs it from there,
I have both a working program and help file (.chm). From within the IDE
pressing F1 gives the desired results, proper 'page' opens. However when
it's 'installed' on a users machine help presents an houglass icon for 1 -
2 seconds and then it goes away without bringing up the helps (returns to
the GUI).
Assuming that it was because HelpNameSpace is set in the environment, I set
it to
FOHelp.HelpNamespace = Application.StartupPath & "FontOrg.chm"
in formload - still no joy, any suggestions.
please excuse rhe typing, I have ny left hand in a casr which is making
typing kinda rough.
//al