Hey there!

I just started playing around with VC++ .net and already discovered a problem I can't explain
When I create a Dialog-Based Application with only one CEdit Editbox on the Dialog, the compiled Application will close as soon as I press RETURN. How can I prevent/suppress that?
The CEdit property "Want Return" set to "true" does not seem to work here ... any suggestions?
Thanks in advance ...