While recently making an app I didnt find anything to detect that the „Ok“/„Done“ button has been pressed. It is not crucial for my app, but I am still curious if it is possible.
Thanks in advance!
The textbox extension offers an EnterPressed event
Taifun
I have seen posts where the text box is set up as multiline, and a fast Clock Timer is used to scan the Text for \n, thus simulating an Enter key.
Thank you both for your fast answers!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.