Is there a way to determine if the check or carriage return symbols pressed on the phone's keyboard can be used in my code after something has been entered into a textbox? Now all they do is hide the keyboard.
Thanks,
Dan
Is there a way to determine if the check or carriage return symbols pressed on the phone's keyboard can be used in my code after something has been entered into a textbox? Now all they do is hide the keyboard.
Thanks,
Dan
Have a look at Taifun's textbox extension:
https://puravidaapps.com/textbox.php
There is an Enter Pressed listener
THANK YOU!! That's exactly what I was looking for.
D
If the problem is resolved, it is a good habit to mark a helpful post as the solution. Thank you.
Did it. Thanks for the heads up.
D
If you want to avoid extensions, use a multiline textbox and a fast Clock Timer to check for \n in the Textbox.Text
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.