Hi,
Good luck in your assignment.
First search for the Main Method and choose look in "current project" it will look like the following:
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
Now you can change the form1 to be what ever you need.
Thanks
Don’t forget to mark reply as answer if it answer your question