blah blah blah is here! blah blah » Close

0
votes
1 answers

Escape key to fire Cancel button on Windows Form

Hi I am having a problem getting the esc key to fire the cancel button whenever the user presses the escape key on the form. My code on the form is: [code]using System; using System.Collections.Generic; using System.ComponentMod ...

1
votes
1 answers

How to act to keyboard input?

Hi all, I'm writing an application for a graphics project using C# and OpenGL library (SharpGL). I want to "listen" to user keyboard input and act accordingly (meaning, if the user presses the "Up" button, I want to m ...

Feedback