Answer the question
In order to leave comments, you need to log in
What is this line for?
Recommend books on windows form
#pragma endregion
/*
//вот эта строчка, без нее работает
private: System::Void Form1_Load(System::Object^ sender, System::EventArgs^ e) {
label1->Text = "";
}
*/
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
label1->Text = textBox1->Text;
}
};
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question