I have two Windows Forms, say, FormA and FormB. FormA should load first, as in Application.Run(gcnew FormA()); FormA has button A which when clicked should take me to FormB. Similarly, FormB has button B which when clicked should take me back to FormA. Where and how should I create FormB and how should I code the click events for A and B. I would be very grateful for all help.