[RESOLVED] [02/03] text inside a textbox
Hi i have a textbox which displays the address from a database. How can i enter and display this format in the textbox (with 3 Lines) that is after 'Street' i press the enter button to make a new line.
100 Road Street
Perth
WA 6000
As at the moment i'm can only enter and display like that
100 Road Street Perth WA 6000
Thanks
Re: [02/03] text inside a textbox
Set the Multiline property of the textbox to true.
Re: [02/03] text inside a textbox
If you want to change the way a control behaves the first thing to do is look at what properties it has. Do that and you'll see the Multiline property pretty quickly.