Is there a notify messsage that is sent when enter is pressed in a single line rich edit control so I know when to get the text from it?
Hi Kudos,
i have take a look at this page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/richedit/richeditcontrols.asp
there is a complete list of rich's messages. i *think* you can use EN_MSGFILTER and then test the key that has been pressed...
my 2c opinion...:)
i have take a look at this page:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/CommCtls/richedit/richeditcontrols.asp
there is a complete list of rich's messages. i *think* you can use EN_MSGFILTER and then test the key that has been pressed...
my 2c opinion...:)