Private Sub cmdPrint_Click() lblOutput.Caption = txtInput.Text End Sub Private Sub Form_keypress(keyascii As Integer) If keyascii = Chr() Then Form1.Refresh End If End Sub
I don't know what is the ASCII code for ESC key and how it should be done. Any help will be appreciated. Thank You.

New Topic/Question
Reply




MultiQuote




|