フォームの onLoad の名前を変更する方法を知っている人はいますか? 私は試した:
private: System::Void General_Load(System::Object^ sender, System::EventArgs^ e) {
String^ test = "test";
String^ x= "General: " + test;
this->Name = x;
}
しかし、うまくいきません。