Answer the question
In order to leave comments, you need to log in
Event on button click C++ WF?
When you click on the button, the label1 text should change to Hello:
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
this->label1->Text = "Hello";
}
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