Hi,
I have 9 buttons my forms and 9 labels set to visible.false - using the MouseMove event for each of the buttons, the labels become visible to highlight them.
To reset - I use this bit of code:
Private Sub Detail_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)...