Try this,
for each button you mention, you could use the MouseDown and MouseUp events. Something like:
Private Sub yourCmdBtn_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
txtPassword.visible = True
End Sub
Private Sub yourCmdBtn_MouseUp(Button As Integer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.