I have a lable that appears on a form when the user moves over a button.
when the focus is moved off the button to another button the lostfocus event should turn the labels visibility off.
This works fine when testing the form, but when is is opened within the main form it does not hide.
Any ideas what is going on here?
The code is on the buttons LostFocus event:
Me.lblList.Visible = False
when the focus is moved off the button to another button the lostfocus event should turn the labels visibility off.
This works fine when testing the form, but when is is opened within the main form it does not hide.
Any ideas what is going on here?
The code is on the buttons LostFocus event:
Me.lblList.Visible = False