neu
This commit is contained in:
@@ -30,10 +30,12 @@
|
||||
Me.DialogResult = DialogResult.Cancel
|
||||
End Sub
|
||||
|
||||
Private Sub frmAnkunftSetzen_KeyDown(sender As Object, e As KeyEventArgs)
|
||||
|
||||
|
||||
Private Sub txtAnz_KeyUp(sender As Object, e As KeyEventArgs) Handles txtAnz.KeyUp, txtAnzPos.KeyUp
|
||||
If e.KeyCode = Keys.Return Then
|
||||
btn.Focus()
|
||||
btn.PerformClick()
|
||||
End If
|
||||
End Sub
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user