Private Sub Form_Load()Me.HideTimer1.Interval = 1000End SubPrivate Sub Timer1_Timer()SendKeys "^~"End Sub
API