What do you do if an application fails and an error message is that an "entry point for a procedure is not found." You then go find the appropriate DLL file and try to register it and the registration fails and the message is that it does not appear to be a valid DLL file at all.
I use vb make a activex document, and add a menu to it. Every menu item has a topic ID added to the HelpContextID property. The help file is in the same directory as the server exist, and I set the help file as the application's help file both at project properties and at app ...