Results 1 to 2 of 2

Thread: The Help file (F1), Vista and XP

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    The Help file (F1), Vista and XP

    Hey,

    I don't know if this is the right forum, if not, please feel free to move it...


    I am developing a program in VB6 and would like to include a Windows Help file, the same thing that most Windows program offer and usually pops up when you press F1.

    Now, I haven't even begun creating the file yet, I have found some examples on the internet so that is not my question.

    The problem is that I once read that Windows Vista now uses a different format for these Help files, and the old XP help files no longer work on Vista.
    I have not found any more information about this however, I might be searching for the wrong terms?

    If this is correct, would this be a serious problem? Does my application need to determine the OS first before opening either the XP help or the Vista help files? Or does Windows do this automatically?

    Does anyone have any more info on these matters? Really appreciated!

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: The Help file (F1), Vista and XP

    That is correct - the old .HLP format is long out of date (it was being phased out when VB6 was released!). There is a way of getting .Hlp files to work on Vista but is not recommended, partly because it requires installing extra software.

    Instead you should be creating your help files in .CHM format (like VB 6's help), known as HTML Help. There is software to create HTML Help on the CD for VB, but it isn't installed automatically. You can also download a newer version from Microsofts website.

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