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!



LinkBack URL
About LinkBacks



Thanks for the timely intervention, Novacain, and apologies to Garfield for that (ie ES_WANTRETURN) piece of nonsense.