Can phone's Keyboard ✔ or ↵ symbols pressed be used in my code?

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

1 Like

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

1 Like

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.