viktor
10/7/2017 - 3:45 PM

Open new form

Open new Form in Windows Forms

NewForm^ f = gcnew NewForm();
f->str = textBox1->Text;
f->Show();