Results 1 to 2 of 2

Thread: Help File (VB6) (resolved)

  1. #1

    Thread Starter
    Addicted Member señorbadger's Avatar
    Join Date
    Oct 2003
    Location
    Mud pools of wellingborough
    Posts
    193

    Question Help File (VB6) (resolved)

    I made a help file and compiled it

    how do i make it so when they press a button it displays it?


    i know this is a dumb question

    the file is of type .HLP

    thanks all

    sorry about this post

    reference the help file and to call simulate a F1 press

    ie:

    VB Code:
    1. SendKeys "{F1}"
    Last edited by señorbadger; Dec 14th, 2003 at 10:49 AM.

  2. #2
    Software Eng. Megatron's Avatar
    Join Date
    Mar 1999
    Location
    Canada
    Posts
    11,286
    There are 2 other methods.

    1) Shell "Winhelp" and pass your help file name as the command line argument

    2) Use the WinHelp API

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