有人知道如何重命名表单 onLoad?我试过了:
private: System::Void General_Load(System::Object^ sender, System::EventArgs^ e) {
String^ test = "test";
String^ x= "General: " + test;
this->Name = x;
}
但它不起作用。
有人知道如何重命名表单 onLoad?我试过了:
private: System::Void General_Load(System::Object^ sender, System::EventArgs^ e) {
String^ test = "test";
String^ x= "General: " + test;
this->Name = x;
}
但它不起作用。