Hi, I have a single line editbox that users of my program will type commands into to perform certain tasks. How do I capture the enter key so I know when to grab the text they typed in for processing and then empty to editbox? I can do everything except capturing the enter key.

Thanks