Код: Выделить всё
private: System::Void button4_Click(System::Object^ sender, System::EventArgs^ e) {
for(count=0; count<k; count++)
{
sm=Convert::ToString(count);
this->textBox2->Text=sm;
Thread::Sleep(2000);
}
}