This may sound like a simple problem but I am having trouble determing the order in which my forms appear whenever it is Debugged (Start/Launch).
Lets say I want the login form to appear first before a user can access the admin panel. At the moment, since I created the admin panel first (which is also a form) followed by the login form, the admin panel launches before the login form.. I hope that makes sense.
I was wondering if there is a way to order on which the forms appear in Visual Studio 2013..?