Results 1 to 4 of 4

Thread: Open Help File

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Posts
    75

    Open Help File

    I have fisnih a application in VB. I created a .hlp file.

    How do i add this to be opened or incorporate with F1 key.

    well 2 parts

    1. Command to open the help file

    2. How to open on f1 by default.
    We Jammin

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Posts
    75

    Unhappy Still searching

    I'm searching the forum and cant see anything on this yet
    We Jammin

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Sep 2001
    Posts
    75

    Smile Got it

    Private Sub Form_Load()
    App.HelpFile = App.Path & "\foo.chm"
    End Sub
    We Jammin

  4. #4
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174

    HELP REPLAY

    for opening it using command button click

    ShellExecute Me.hWnd, "Open","YOUR FILE NAME" , "", "", SW_SHOWNORMAL


    FOR F1 CLICK, U PLS SET THE 'HELP CONTEST ID ' PROPERTY OF EACH CONTROL. I THINK IT IS HELPFUL FOR U.....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width