Results 1 to 3 of 3

Thread: CHM arguments

  1. #1

    Thread Starter
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    CHM arguments

    I have been looking for this for a certain amount of time but failed to find a solution. My help file is named "Help.chm" and is located in App.Path (developing with VB6). Currently i'm opening it with Shell:
    Code:
    Shell "hh " & App.Path & "\Help.chm", vbMaximizedFocus
    Now, i would like to open a certain section of the file - like "section.html". How can i do it?

    Thank you!

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: CHM arguments

    What help compiler did you use?

    Is there any documentation with it?

  3. #3

    Thread Starter
    PowerPoster gavio's Avatar
    Join Date
    Feb 2006
    Location
    GMT+1
    Posts
    4,462

    Re: CHM arguments

    Quote Originally Posted by Hack
    What help compiler did you use?
    Abee CHM Maker. Isn't it irrelevant which compiler do you use? Aren't all CHM files the same?
    Quote Originally Posted by Hack
    Is there any documentation with it?
    Not much. Ironically

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