14.08.1998
1 Textbox (Text1) FORM-CODE
Private Sub Text1_KeyPress(KeyAscii As Integer) 'Return gedr�ckt ? If KeyAscii = 13 Then 'Beep unterdr�cken KeyAscii = 0 End If End Sub