G
Guest
Hello
I'd like to create and affich an instance of the form "Form2" as a mdichild
of the actual form.
In C#.net, I know that is like this :
Form2 MyForm=new Form2();
MyForm.MdiParent=this;
MyForm.Show();
But I'd like to do it in C++.NET
I think that the first line is :
Form2 ^ MyForm=gcnew Form2();
please help me to complete this code
thanks
I'd like to create and affich an instance of the form "Form2" as a mdichild
of the actual form.
In C#.net, I know that is like this :
Form2 MyForm=new Form2();
MyForm.MdiParent=this;
MyForm.Show();
But I'd like to do it in C++.NET
I think that the first line is :
Form2 ^ MyForm=gcnew Form2();
please help me to complete this code
thanks