G
Guest
How do I have a label font go too bold when a user moves the mouse over the
label?
label?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
How do I have a label font go too bold when a user moves the mouse over the
label?
Klatuu said:In design view, select the control you want to do this in.
Click on Properties.
Select the Events tab
Select the Move Move event
Click the button on the right with the 3 dots ...
Select code builder
Enter this:
Me.MyControlName.FontBold = True
change myControlName to the name of your control
Do the same thing for the rectangle control to make it normal:
Me.MyControlName.FontBold = False

Klatuu said:Lables have no events, so you will have to find another way.
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.