Hi, i am new to vc++ and need help
Basically i created a form call form1 and i want the form1 button1 to go to form2. what code should i put in there
private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) {
// code need to add here
}
Form2 Database;
Database.ShowDialog();
*Database is a name
*Form2 is the form name
* place #include"Form2" in the top