Hi guys:
I had set one text box with multiline but when I try to write a line and then give a enter for the next line the text box don't change to the next line undeless I write all the entire line...
wich way I can resolve this?
Thanks
Printable View
Hi guys:
I had set one text box with multiline but when I try to write a line and then give a enter for the next line the text box don't change to the next line undeless I write all the entire line...
wich way I can resolve this?
Thanks
You must be doing something wrong but I can't imagine what it is. The words typed into a multiline textbox should always go into the next line if you press Enter. Can you attach your form if you are still having a problem?
Do you have Form1 .KeyPreview = True, and doing something with that?
Yes...the problem it was with keypreview....now work well
Thanks