Submit by pressing enter in a windows form
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/09
0:18 UTC
Read the original article
Hit count: 456
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