soundsfishy
Registered User.
- Local time
- Today, 23:49
- Joined
- Sep 25, 2002
- Messages
- 174
I im trying to make a lable visible (similar to a ControlTip) to inform user that they can double click the textbox which will do something. I know how to make the lable appear when the cursur moves over the textbox but I dont know how to make it disappear when the cursur moves off the textbox.
im using the following mouseMove event
Private Sub Family_Name_MouseMove
Me.mylableName.visible = True
Any suggestions anyone!
im using the following mouseMove event
Private Sub Family_Name_MouseMove
Me.mylableName.visible = True
Any suggestions anyone!