How can I prevent child forms in a C#/WinForms application to open maximized in tablet mode?
I have a Windows Forms application that opens child forms. The forms are opened by calling Form.ShowDialog().
I have a Windows Forms application that opens child forms. The forms are opened by calling Form.ShowDialog().