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 ...

Feedback