Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mensaco

  1. mensaco

    Show Textbox Value

    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...

Part and Inventory Search

Back
Top