Results 1 to 3 of 3

Thread: What's This? Function in VBA

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    263

    Question

    How can I assign pop up boxes to each of my buttons, textboxes, comboboxes, and text boxes, so when the user clicks on the question mark and then clicks on the object, it will come up with a box that tells them what it is???

    Thanks Alot,

    David Gottlieb
    CIW Certified Internet Webmaster
    Web Developer/Designer

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    Read your online help and search for "context sensitive help".

    It involves setting the help attributes of each control (read the property lists) and then going into a "help mode" where the cursor changes to an arrow with question mark and anything you click on will have the previously set help topic displayed instead of activating the help.

    Be aware though... that if you change your code such that this context sensitive help is available then it will negate the normal F1 retrieval of help for that form... That is unless they have fixed this problem in recent releases.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Birmingham, AL
    Posts
    263
    Do you know the code??? I need this desperately.
    Thanks Alot,

    David Gottlieb
    CIW Certified Internet Webmaster
    Web Developer/Designer

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