Control Tip Text

S

Shelnutt

Control tip text does not disply consistently. Some
controls show the text as mouse rolls over, other
controls on same form don't display. Any ideas?
 
B

Brendan Reynolds \(MVP\)

If you have any rectangle controls on the form, make sure to send them to
back (in design view, select the control and choose Send to Back from the
Format menu). The control tip will not be displayed if the rectangle is in
front of the control.
 
Top