I have a simple winforms app that has a couple of buttons and a listbox. It does not have menus.
I would like to handle the select-all action, control-A. Is there a way to do that at the form level even if the listbox isn't focused, and even without menus?
I've solved this by putting an invisible button called "&All" on the form, but I'm wondering if there is a more-canonical solution?