Posted 29 August 2023, 6:00 am EST
Hi,
i trie to select the search panel via the keys ctrl+f.
Private Sub frmMain_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
If e.Control = True And e.KeyCode = Keys.F Then
grdSearch.Select()
End If
End Sub
Put the Search Panel wont be activ when i use the select function.
Is there an other way to to jump into the search panel with a shortcut?
RegardsSelectearchPan.zip