How to capture return key in an edit control
- Posted by tmathis May 25, 2010
- 1358 views
I need to capture the return key when entered in a multiedit or richedit control by a user. I am a newbie with simple project I think I can complete if I can figure this out. So far docs,faq, and tutorials have not helped me accomplish this.
I am thinking about using maybe onchange , keyup, keypress, or keyget to check each key. But do not know enough about these to accomplish task.
Thanks for any help.