I need a solution to disable the maximize and minimize buttons in a windows form. Using WPF these two attributes would solve:
WindowStartupLocation="CenterScreen"
ResizeMode="NoResize"
But now I need it to be in a windows form. Here is the image below of how it came to form in WPF.