python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to catch the key that was pressed to end the editing of a DataGridView Cell?
I have a DataGridView and I need to customize which cell is selected after a user edits a ell. How do I know which key was pressed to end the editing of a cell ('enter', an arrow key...)? The DataGrid...
Kristof Carlier
Votes: 0
Answers: 2
Calling "select" on fd 0 requires <Enter> to fire
I'm trying to use "select()" to test if a key has been struck and then read it. It sort of works but only if {Enter} is pressed after the character.
Sample code is as follows:
// selectkb.c...

DontPanic
Votes: 0
Answers: 1