If you're using .NET
myString &= Text1.Text & vbCrLf myString &= Test2.Text & cbCrLf Text3.Text= myString Or standard VB myString = myString & Text1.Text & vbCrLf myString = myString & Text2.Text & vbCrLf _____ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of taebimal Sent: Friday, September 09, 2005 1:28 PM To: [email protected] Subject: [vbhelp] multiple line in text box or rich text box hi i need help abt text box manipulation. suppose there r 3 text box such as text1, text2 and text3. the input in text1 and text2 will bw shown in text3 in such a way that, text1.text will be in first line and text2.text will be in 2nd line. for exampel, text1.text ="aaaaaa" text1.text ="bbbbbb" text3 will show "aaaaaa" in first line and in 2nd line "bbbbbb" actually i need 10-12 line in a single text box from 10-12 different text box is there any 1 to help me. bimal '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= SPONSORED LINKS Basic <http://groups.yahoo.com/gads?t=ms&k=Basic+programming+language&w1=Basic+pro gramming+language&w2=Computer+programming+languages&w3=Programming+languages &w4=Java+programming+language&w5=The+history+of+computer+programming+languag e&c=5&s=176&.sig=clJRDppRYABhs6xUhzokKw> programming language Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+programming+languages&w1=Basic +programming+language&w2=Computer+programming+languages&w3=Programming+langu ages&w4=Java+programming+language&w5=The+history+of+computer+programming+lan guage&c=5&s=176&.sig=RiWZhYTiihJ1rWfeFgB2sg> programming languages Programming <http://groups.yahoo.com/gads?t=ms&k=Programming+languages&w1=Basic+programm ing+language&w2=Computer+programming+languages&w3=Programming+languages&w4=J ava+programming+language&w5=The+history+of+computer+programming+language&c=5 &s=176&.sig=2BgLsjKfGvxPndstKBMU9g> languages Java <http://groups.yahoo.com/gads?t=ms&k=Java+programming+language&w1=Basic+prog ramming+language&w2=Computer+programming+languages&w3=Programming+languages& w4=Java+programming+language&w5=The+history+of+computer+programming+language &c=5&s=176&.sig=4wWSX5WKx7BCK9SrMVdrxQ> programming language The <http://groups.yahoo.com/gads?t=ms&k=The+history+of+computer+programming+lan guage&w1=Basic+programming+language&w2=Computer+programming+languages&w3=Pro gramming+languages&w4=Java+programming+language&w5=The+history+of+computer+p rogramming+language&c=5&s=176&.sig=iNvYp6cfd9HwtDhK1iV-rg> history of computer programming language _____ YAHOO! GROUPS LINKS * Visit your group "vbhelp <http://groups.yahoo.com/group/vbhelp> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! <http://docs.yahoo.com/info/terms/> Terms of Service. _____ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/k7folB/TM --------------------------------------------------------------------~-> '// ======================================================= Rules : http://ReliableAnswers.com/List/Rules.asp Home : http://groups.yahoo.com/group/vbHelp/ ======================================================= Post : [email protected] Join : [EMAIL PROTECTED] Leave : [EMAIL PROTECTED] '// ======================================================= Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/vbhelp/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
