status bar type box on a form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey all, let me extemporize.

I want a box of text that will change instructions according to what a user
has their mouse on. So if they are pointint to a button on a form, the text
box will display instructions on what that button does...

Is there a way to do this? I cant think of a way, without clicking...
 
I do this in a lot of my applications.

Take a look at the MouseMove events for the various controls. I usually add
code to the MouseMove event of the details section of the form to; usually
setting the text in your display text box to blank.

HTH
Dale
 
Check out the MouseMove event ... or if the instructions are very brief,
the ControlTipText property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top