MDI Client Rectangle Problem Help!

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top