Assuming your help file will be in the exe's directory, you can use App.Path to determine the exe's directory.
Put this in a form and see for yourself:
You should know where the help file will be placed.Code:Private Sub Form_Load() Msgbox App.Path End Sub




Reply With Quote