Text boxes

I am making a program that on click it will take info from textbox1 (user inputed) and out put it to textbox2. I have figured out how to
onclick textbox2->Text = "This is text.";
and that out puts This is text to textbox2, but i need to know how to get the text from textbox1 and then put it into textbox2.
thx for the help

edit: i would also like to know how to put the text info from textbox1 into an array. So if the message was "text file" the first part of the array would be t

[505 byte] By [Little_Dice] at [2008-2-6]
# 1
i don't see what the problem is this should be a simple program. take text from one text box and put it into another. and if possible put the info from the first text box into an array
Little_Dice at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...
# 2
What technology are you using? I don't believe the Express edition has MFC. So what other technology are you using?

Could you post a little sample exhibiting the issue you are facing? If it is a general "how to" issue, I would recommend using the help at http://msdn2.microsoft.com to get started.

EDIT:
From the following post, it looks like you managed to get started.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=156911&SiteID=1

Thanks,
Ayman Shoukry
VC++ Team

AymanShoukry at 2007-9-8 > top of Msdn Tech,Visual Studio Express Editions,Visual C++ 2005 Express Edition...