N notfred Lifer Feb 12, 2001 38,241 4 0 Jan 7, 2005 #1 I have a TextBox in a windows form, and I want an event to fire when I hit the "enter" key in that box. Any tips on how to do that? I'm using C#. Thanks.
I have a TextBox in a windows form, and I want an event to fire when I hit the "enter" key in that box. Any tips on how to do that? I'm using C#. Thanks.
W WannaFly Platinum Member Jan 14, 2003 2,811 1 0 Jan 7, 2005 #2 This is VB, i'd be easy to convert it to C#, let me know if you need it converted.
N notfred Lifer Feb 12, 2001 38,241 4 0 Jan 7, 2005 #3 Thanks, that works and I was able to convert it to C# myself