Mar 2, 2006 #1 slyr1338 Technical User Nov 14, 2005 17 NZ Hey,, Im new to vb.net and i was just wondering if i have one text box. and another text box, how would i add them both toghter. If the user enters "hi" and in the other text box "hello" it will display "hihello". Any help. 3.9 ghz 512mb xp home SPK2 80g
Hey,, Im new to vb.net and i was just wondering if i have one text box. and another text box, how would i add them both toghter. If the user enters "hi" and in the other text box "hello" it will display "hihello". Any help. 3.9 ghz 512mb xp home SPK2 80g
Mar 3, 2006 #2 Mastakilla Programmer Nov 18, 2003 289 BE create a button, and in the click event write: yourLabel.text = textbox1.text & textbox2.text Upvote 0 Downvote
Mar 3, 2006 Thread starter #3 slyr1338 Technical User Nov 14, 2005 17 NZ thx 3.0 ghz 512mb xp home SPK2 80g Upvote 0 Downvote