A simple question about text
Hi guys
A very simple question.
I have got a form with a text box control.
When the program is in execution and I write into the text box I want that when the cursor arrives at the end of the text box, automatically starts a new paragraph unless make operations on the characters
Can you help me?
Is there a property that I have to set?
I have tried multiline and want return but it does not work
Thanks in advance!
Re: A simple question about text
Quote:
Originally Posted by elektroman
I have got a form with a text box control.
I have tried multiline and want return but it does not work
Why don't you use a RichEditCtrl?
Regards
John
Re: A simple question about text
I try to use it but the program does not start neither
Re: A simple question about text
If its a dialog application, or in your case a Form, add the following to your OnInitDialog method, otherwise add to your InitInstance method :
Regards
John