|
-
Jul 5th, 2006, 06:13 AM
#1
Thread Starter
Addicted Member
[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
-
Jul 5th, 2006, 06:23 AM
#2
Re: [02/03] text inside a textbox
Set the Multiline property of the textbox to true.
Use [code] source code here[/code] tags when you post source code.
My Articles
-
Jul 5th, 2006, 06:24 AM
#3
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|