I am trying to make it easier on the end user. I have a button that populates a DataGridView, however instead of forcing the users to click the button every time, I would like the "Enter" keypress event to also handle what the button does.
Does anyone know how to do this? (Simply?)
Does anyone know how to do this? (Simply?)
Comment