Tab Pages

N

Neil Greenough

I have 6 distinct pages using the Tab Pages for my main screen on my
database.

When I move the mouse over the title of each tab page, I would like a little
kinda message box to appear under the cursor, explaining what that tab page
is for.

Any ideas?
 
O

Ofer

You can use the ControlTipText property to specify the text that appears in a
ScreenTip when you hold the mouse pointer over a control.
Do it for each tab
 
Top