Change ControlTipText when cursor over control ?

G

Guest

u have 31 buttons on a form with captions 1 to 31. When the cursor hovers
over each botton I want the controltiptext to display the day of the week of
that day.
What event can I use to reset the controltip text so that it refreshes on
the cursor movement?
 
G

Guest

On the on load event of the form you can enter the code

Me.ButtonName.ControlTipText = format(date,"dddd")
 

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

Top