11-13-2011 11:47 PM
Hi, I use a string control as the password input box, but I found the Enter key is a input to the control too.
I want use the Enter key to inform the program password input is done, to trigger an event to handle the identify the password.
How can I do it?
Solved! Go to Solution.
11-14-2011 12:25 AM
right-click the string control and select "limit to single line".
11-14-2011 08:41 AM
Thanks, Can I use a Click on enter key as an event? How can I use that?
11-14-2011 09:19 AM
@concorpoly wrote:
Thanks, Can I use a Click on enter key as an event? How can I use that?
05-16-2015 11:14 AM
This is awesome! So simple...