Hiii...
I want to know how to open two windows forms at a time...
when i give as
Application::Run(gcnew Form1() );
Application::Run(gcnew Form2() );
Then, the Form2 will open when first one closes,...
So any one please help any other way is their so that , i can open two forms at a time..
Thanks in Advance.....