Keith
2010-04-23 04:39:01 UTC
Hello,
I have a C++ Express 2008 program with two forms, Form1, and Form2.
Form1 has a button, Button2, which has the method shown below. I would like
to know what code needs to go into the method to run and show, Form2.
private: System::Void button3_Click(System::Object^ sender,
System::EventArgs^ e)
{
// what goes here to open and show Form2 ?
}
Thank you,
Keith
I have a C++ Express 2008 program with two forms, Form1, and Form2.
Form1 has a button, Button2, which has the method shown below. I would like
to know what code needs to go into the method to run and show, Form2.
private: System::Void button3_Click(System::Object^ sender,
System::EventArgs^ e)
{
// what goes here to open and show Form2 ?
}
Thank you,
Keith