How to allow line breaks inside of a multiline CEdit control ?
-
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ? Thanks in advance.
Best Regards - Yovav Gad CEO and founder of MicroMighty, Inc.
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Set the "want return" property to true for the edit control under the properties
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ? Thanks in advance.
Best Regards - Yovav Gad CEO and founder of MicroMighty, Inc.
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Check property multiline of edit control... also you can check out want return property of edit control
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Check property multiline of edit control... also you can check out want return property of edit control
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
I think he has set it already.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
I think he has set it already.
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
yeap i know, thats why corrected my mistake :-)
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You
-
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Set the "want return" property to true for the edit control under the properties
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
My "Want Return" property is True but its still doesn't work, I'm using the ON_EN_CHANGE event OnEnChangeEditPlanData() (but VK_RETURN does not even go in there) Also using Vista 64 but dont think it should matter.
Best Regards - Yovav Gad CEO and founder of MicroMighty, Inc.
-
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Set the "want return" property to true for the edit control under the properties
You need to google first, if you have "It's urgent please" mentioned in your question. ;-)_AnShUmAn_
-
Yovav wrote:
How can I allow the user to use Enter key to break the line inside of a multiline CEdit control ?
Check property multiline of edit control... also you can check out want return property of edit control
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixturecheers, Alok Gupta VC Forum Q&A :- I/IV Support CRY- Child Relief and You