Default Button for WinForm Apps
I am stumped, and I was hoping the community here could help me with (what should be) a very simple question.
I am trying to catch the Enter key when the cursor is in a particular TextBox, much like the DefaultButton server control for ASP.NET, but I am working with a WinForm App.
Any ideas?