VB Code:
Private Sub Combo1_KeyDown(KeyCode As Integer, Shift As Integer) If KeyCode = 13 Then 'whatever code you want End If End Sub
is that what you mean? that will execute only if the program has focus and the combo box has focus.
|
Results 1 to 10 of 10
Thread: [RESOLVED]Shortcut KeysThreaded View
|
Click Here to Expand Forum to Full Width |