X
xenophon
I am trying to set a definite size for the client area in an MDI form
(.NET Framework 1.1).
In InitializeComponent() for the form, ClientSize is
this.ClientSize = new System.Drawing.Size(984,570);
However, I want to set the client area rectangle to stick to the
bottom and right edges of the parent form, and also set the left and
top edges to static values. How can I do that?
Thanks.
(.NET Framework 1.1).
In InitializeComponent() for the form, ClientSize is
this.ClientSize = new System.Drawing.Size(984,570);
However, I want to set the client area rectangle to stick to the
bottom and right edges of the parent form, and also set the left and
top edges to static values. How can I do that?
Thanks.