Article ID: | qGEN002 |
Date Revised: | September 09, 1997 |
Keywords: | Help, Common Dialogs, SYS(1023), SYS(1024), Help Workshop |
Question: How can the help buttons on the common dialogs like GetFile() access my application's help file?
Answer: The application help file must have help topics with ContextIDs that match the ID requested by the dialog. Then the question becomes how do you find the ContextID?
Use that number as the appropriate ContextID for the topic in your help file.
Some sample ContextIDs:
Dialog | ContextID |
---|---|
GetFile() | 268435992 |
GetFont() | 268436033 |
GetPict() | 268435994 |
PutFile() | 268435993 |
File Does Not Exist Error | 805322787 |