J Trahair
Well-known member
I want to trap each keypress a user makes when he is typing a word into a cell. DGVs don't seem to have KeyPress or KeyPressEdit. It directs me to EditingControlShowing. However, this only seems to fire on leaving the cell.
Is there a way of getting each letter in the word being typed, the moment it is typed?
I want to investigate rolling my own 'Google' style dropdown box, filled with a whole phrase predictively based on the letters typed so far without exiting the cell.
Is there a way of getting each letter in the word being typed, the moment it is typed?
I want to investigate rolling my own 'Google' style dropdown box, filled with a whole phrase predictively based on the letters typed so far without exiting the cell.