Submit by pressing enter in a windows form in c#
Posted
by Avik
on Stack Overflow
See other posts from Stack Overflow
or by Avik
Published on 2009-03-09T06:09:14Z
Indexed on
2010/05/08
23:38 UTC
Read the original article
Hit count: 202
In order to transfer text from one textbox to another, I have created a submit button. However it would be preferable to use the functionality of the 'enter' key. I am not sure but i think the ascii code is 13.Anyway how do I go about this task at hand?
© Stack Overflow or respective owner