Textfelder KeyDown
[Visual Basic] Private Sub txt_KeyDown( _
ByVal sender As Object, _
ByVal e As KeyEventArgs _
) Handles _
txtName_Firma1.KeyDown, _
txtBezeichnung.KeyDown, _
txtInhalt.KeyDown, _
txtSuchbegriffe.KeyDown
[Visual Basic] Private Sub txt_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtName_Firma1.KeyDown, txtBezeichnung.KeyDown, txtInhalt.KeyDown, txtSuchbegriffe.KeyDown
If e.KeyCode = Keys.Enter Then
Me.BtnSuche_Click(sender, e)
End If
End Sub
Plattformen: Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition