This Microsoft Visual Basic/Visual Basic for Applications example returns the name of the Help file and the context ID of the topic to be displayed.
Private Sub PropertyPage_GetPageInfo(HelpFile As String, HelpContext As Long)
HelpFile = "ProjPage.chm"
HelpContext = IDH_PageInfo
End Sub