Form1 ff = gcnew Form1();
it probably want's you to declare 'ff as a 'Form1*', but i could be wrong since i've never seen the 'gcnew' operator before.
Probably Form^ ff
, depending on which version of CLR.
>>I'm new to C++,
If you are trying to learn c++ than stay away from CLR and Forms because that is almost another language in itself.