MS20072015_1
This commit is contained in:
@@ -110,4 +110,11 @@ Public Class SQLConfigAutoIndex
|
||||
MsgBox(ex.Message, MsgBoxStyle.Critical, "Error in Save SQL IndexAuto:")
|
||||
End Try
|
||||
End Sub
|
||||
|
||||
Private Sub SQL_ERGEBNISTextBox_KeyPress(sender As Object, e As KeyPressEventArgs) Handles SQL_ERGEBNISTextBox.KeyPress
|
||||
If e.KeyChar = Convert.ToChar(1) Then
|
||||
DirectCast(sender, TextBox).SelectAll()
|
||||
e.Handled = True
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
Reference in New Issue
Block a user