VB Code:
  1. With CommonDialog
  2.   .HelpFile = APP_HELPFILE
  3.   .HelpCommand = cdlHelpKey
  4.   .HelpKey = "Contents" ' change to whatever topic you want opened
  5.   .Action = 6
  6. End With