|
-
Aug 31st, 2000, 05:25 PM
#1
Thread Starter
Hyperactive Member
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
-
Aug 31st, 2000, 05:31 PM
#2
Hyperactive Member
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.
-
Aug 31st, 2000, 05:34 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|