D
Dennis
I must be missing something simple here...
I have a dialog which I invoke with ShowDialog. This dialog has
FormBorderStyle set to FixedDialog. Why is the dialog still resizeable?
The only thing I can do to stop this is to set MinimumSize and
MaximumSize to fixed values. But I shouldn't have to do this, right?
I have a dialog which I invoke with ShowDialog. This dialog has
FormBorderStyle set to FixedDialog. Why is the dialog still resizeable?
The only thing I can do to stop this is to set MinimumSize and
MaximumSize to fixed values. But I shouldn't have to do this, right?