HelpFile Property (ACommonDialog)

Returns or sets the path and filename of a Help file.

Syntax

Object.HelpFile [ = sHelpFile ]

The HelpFile property syntax has the following parts:

 

Name

Type

Description

Object

ACommonDialog

ACommonDialog control

sHelpFile

BString

The path and filename of a Help file.

Comments

The HelpFile property specifies the path and filename of a Help file used by your application to display Help or online documentation.

Example

The following example will set the the path and filename of a Help file to "MyHelp.txt":

cdlg1.HelpFile="MyHelp.chm"

cdlg1.HelpCommand=acdlgHelpCommandContext

cdlg1.HelpContextId=0x12345

cdlg1.ShowHelp

Applies to

ACommonDialog

See Also

FileName, HelpCommand, HelpTopic, InitialDir