31-01-21, 05:06 PM
Handles textbox1.KeyPress
If e.KeyChar = Convert.ToChar(13) Then
Try
textbox1.text + = Newvbline
Catch ex As Exception
End Try
End If
If e.KeyChar = Convert.ToChar(13) Then
Try
textbox1.text + = Newvbline
Catch ex As Exception
End Try
End If
Basil Abdallah

