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.
- Can this be corrected? How?
- Is there a particular folder in which the .h file must reside? Can't find it with the help files.
- Would it require help to be rebuilt?
- Would it require the Visual Studio project to be rebuilt for the changes to take effect?
Thank you.