In my great big mess of "I've never done much winforms before, so let's do something difficult" code, I've run into a problem. I have several hundred user controls I need to load up at runtime, and it ...
I've written a little image viewer program in C#. It uses PgDn and PgUp as hotkeys to move backward and forward through the list of images and that all works fine. Currently I'm using the KeyUp event ...