Friday, April 20, 2012

How to use textbox to show an element in a string array?

I can show text in the textbox with



             textBox2->Text = "sddd";


I have a string array, but I tried



  Both textBox2->Text = sss[0]; and textBox2->Text = ^sss[0];


But both do NOT work



What is the correct way to show the element in the array?





No comments:

Post a Comment