Convert array to text

I am using MS Visual Studio 2008. This is a CLR Windows Forms Application.
I have an array;
array<DriveInfo^>^ DI = DriveInfo::GetDrives();
I want to take any one of the array members and display that one member in a Form textBox. It seems that this should be an easy thing to do but I just cant figure it out.
Can anyone tell me how to display one member of an array in a Form textBox?
Topic archived. No new replies allowed.