8
I need a solution to disable the maximize and minimize buttons of 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. Follow the image below of how it was in form in WPF.
Excellent. Thank you very much!
– Leomar de Souza