G
Guest
Hello,
I have a basic question on using a textbox in my windows application.
I am using C#, VS .NET 2005.
I have a single line textbox where the user enters text. When the user is
done, I want the user to enter <return> to indicate that he is done with the
data entry.
I cannot find a way to capture that event. Most examples I have seen require
the user to press a button on the form which is something I would like to
avoid.
How do I do that?
Thanks,
I have a basic question on using a textbox in my windows application.
I am using C#, VS .NET 2005.
I have a single line textbox where the user enters text. When the user is
done, I want the user to enter <return> to indicate that he is done with the
data entry.
I cannot find a way to capture that event. Most examples I have seen require
the user to press a button on the form which is something I would like to
avoid.
How do I do that?
Thanks,