Anyone know how I could lock modifier keys in C#?<BR><BR>For instance, I need a little app that has checkboxes for control, alt, shift and if checked that modifier key becomes locked as if it's being ...
Sometimes modifier keys on the keyboard may not work properly. If this is the case, you may find that either specific keys will not work, or certain combinations of keys will not work. In most cases ...
Problem number two for today:<BR><BR>Catching the KeyDown event is easy enough for a form as long as only one key is pressed at a time.<BR><BR>However, if I press Ctrl and a key, I only get Ctrl. I've ...