0

ActiveX help and context ids

This is about ActiveX help context ids (The project/application is in VB 6).

In this specific situation, for an enumeration.

We currently have all the members of the enumeration accessing unique help context ids to help pages that do not exist.
We want the enumeration's members to access the parent enumeration's page.

Currently, they are:

#define IDH_ENUM_ERRORLEVEL                             12328
#define IDH_ENUM_ERRORLEVEL_PRODUCTION                  12329
#define IDH_ENUM_ERRORLEVEL_DEVELOPMENT                 12330
#define IDH_ENUM_ERRORLEVEL_DETAILED                    12331

But, we require all the enumeration members to point to 12328, ie, the errorlevel enumeration page.

  1. Can this be corrected? How?
  2. Is there a particular folder in which the .h file must reside? Can't find it with the help files.
  3. Would it require help to be rebuilt?
  4. Would it require the Visual Studio project to be rebuilt for the changes to take effect?


Thank you.

4 comments

Please sign in to leave a comment.