|
-
Nov 19th, 2002, 02:45 AM
#1
Thread Starter
Fanatic Member
PLEASE!!! Urgent! How to connect HelpContextID in *.chm correct
Hi,
I checked a lot of threads here before I decided to post this thread.
I followed some ideas and still I can't connect specific helps to the respective frames or buttons.
Here is the code of the *.hhp-file of the HelpShop:
[OPTIONS]
Compatibility=1.1
Compiled file=WinSchaden.chm
Contents file=Table of Contents.hhc
Default topic=willkommen_bei_der_hilfe.htm
Display compile progress=No
Index file=Index.hhk
Language=0x407 Deutsch (Standard)
Title=WinSchaden 2002
[ALIAS]
IDH_Schadenserfassungsfenster=Schadenserfassungsfenster.htm
IDH_Editierung_der_Stammdaten=Editierung_der_Stammdaten.htm
IDH_Neueingabe_eines_Schadenfalles=Neueingabe_eines_Schadenfalles.htm
IDH_Schnellstart_von_WinSchaden=Schnellstart_von_WinSchaden.htm
IDH_willkommen_bei_der_hilfe=willkommen_bei_der_hilfe.htm
[MAP]
#include ContextHelpCodes.h
This is the ContextHelpCodes.h:
#define IDH_willkommen_bei_der_hilfe 100
#define IDH_Schnellstart_von_WinSchaden 200
#define IDH_Schadenserfassungsfenster 10000
#define IDH_Neueingabe_eines_Schadenfalles 10100
#define IDH_Editierung_der_Stammdaten 10200
I set in my program the correct ID-number. Whenever I start the help in the program I get only the Default-Topic. What do I wrong?
I use VBasic 6.0 (i read somewhere that .h include-files are only from VC accepted. but in other threads I read that it is in VB accepted too). Anyway, I tried already to replace this includes with the real IDs, but it still didn't work.
nice greetings
Franky
Last edited by Franky; Nov 20th, 2002 at 02:31 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|