Results 1 to 2 of 2

Thread: The ? button.

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2000
    Location
    Ca
    Posts
    93
    How do you get the little '?' button in the title bar?
    And how do you make it so when you click on somthing with it, it will show the help for it?
    Timbudtwo
    I have no life, only one with computers.

    VB 6.0 Enterprise Edition
    [hr]

  2. #2
    Lively Member
    Join Date
    Jun 2000
    Posts
    82
    To get the ? button, you have to set the forms WhatsThisButton to True, and the MinButton and MaxButtons to False.
    To make the program show you help, you have to assign WhatsThisHelpID properties for each object in your application, then use those IDs when you write the help file.

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