Okay, I have a single line edit. And when the user types something, for example "bunny rabbit" and then they hit ENTER to enter it, how would I be able to capture this ENTER from the edit box to handle it?

I have tried WM_CHAR, but I guess that is only for focus on the main window.

Any ideas?

Thanks!