I have the following code yet it seems to be not responding to the key presses.
Am I missing something?
VB Code:
Private Sub frmBDwgUp_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Me.KeyDown If e.KeyCode = Keys.Enter Then GO() End If End Sub




Reply With Quote