I have a main form which contains all the system options and I would like to know how to open this maximized on the whole screen, if possible, adapting the different resolutions.
FORM IMAGE
CODE
namespace Projeto_Funcionario
{
public partial class Principal : Form
{
public Principal()
{
InitializeComponent();
}
}
}