I get an error when I try to give this button a na ction of showing a new form. It says:"error C2039: 'poeni' : is not a member of 'IgraBobi'"
. But this "poeni" form IS a member of the "IgraBobi" solution. I added it correctly, why doesn't it recognize it...
[
private: System::Void button2_Click_2(System::Object^ sender, System::EventArgs^ e) {
System::Windows::Forms::Form^ Tocni = gcnew IgraBobi::poeni;
Tocni->ShowDialog();
}
]