Please Help:: CEdit
-
I have two simple CEdit for recevie input and display output. 1. In the output I can't use \n for new line,what the instruction for take new line? 2. In the input I need to receive the enter key but I can't. Please tell the way to solve two problem. Thank you
-
I have two simple CEdit for recevie input and display output. 1. In the output I can't use \n for new line,what the instruction for take new line? 2. In the input I need to receive the enter key but I can't. Please tell the way to solve two problem. Thank you
1. Try \r\n 2. There should be a property for CEdit called "Want Return" or "Want Enter" that you can set in the dialog editor that will enable multiline.
:cool: Pssst. You see that little light on your monitor? That's actually a government installed spy camera. Smile and wave to big brother!
-
I have two simple CEdit for recevie input and display output. 1. In the output I can't use \n for new line,what the instruction for take new line? 2. In the input I need to receive the enter key but I can't. Please tell the way to solve two problem. Thank you
Hi, In the styles page of Edit Ctrl enable multiline and use "\r\n" Sujan
-
Hi, In the styles page of Edit Ctrl enable multiline and use "\r\n" Sujan