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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cheattolose

    Capturing tab key

    Example for capturing the Tab keypress: Private Declare Function GetKeyState% _ Lib &quot;User32&quot; (ByVal nVirtKey%) Private Sub Text1_LostFocus() If GetKeyState(vbKeyTab) < 0 Then Text1.SetFocus MsgBox &quot;TAB was pressed&quot; End If End Sub

Part and Inventory Search

Back
Top