Windows form in C++
-
If I want to appeal a windows form, from another form when I push a button, what I should do? I tried this code and I have the following error: Error error C2061: syntax error : identifier 'Results' private: System::Void ResultsButton_Click(System::Object^ sender, System::EventArgs^ e) { Application::Run(gcnew Results()); }
-
If I want to appeal a windows form, from another form when I push a button, what I should do? I tried this code and I have the following error: Error error C2061: syntax error : identifier 'Results' private: System::Void ResultsButton_Click(System::Object^ sender, System::EventArgs^ e) { Application::Run(gcnew Results()); }
-
If I want to appeal a windows form, from another form when I push a button, what I should do? I tried this code and I have the following error: Error error C2061: syntax error : identifier 'Results' private: System::Void ResultsButton_Click(System::Object^ sender, System::EventArgs^ e) { Application::Run(gcnew Results()); }