Show Button Caption when hovering

  • Thread starter Thread starter amanda_jb
  • Start date Start date
A

amanda_jb

Is it possible to show the caption/control name of a button when hovering
over it? I'm making my own toolbar for my forms and forms with pictures, I
was hoping i could do this as you see with other programs. I figured i could
do this on the Mouse Move event with a type of Message Box, but I don't want
the huge message box I only know how to do (msgbox).

If anyone could help or even tell me its impossible to do, I would greatly
appreciate it.

thanks!!
 
Is it possible to show the caption/control name of a button when hovering
over it? I'm making my own toolbar for my forms and forms with pictures, I
was hoping i could do this as you see with other programs. I figured i could
do this on the Mouse Move event with a type of Message Box, but I don't want
the huge message box I only know how to do (msgbox).

If anyone could help or even tell me its impossible to do, I would greatly
appreciate it.

thanks!!

Enter the name of the control in it's ControlTip property
 
Back
Top