unmaximized form in cf 2.0

  • Thread starter Thread starter leibnizster
  • Start date Start date
L

leibnizster

hello,

is this possible? To have a form that doesn't take up the whole screen?
Can you set the size and location of it (if such a form exists)?

Thanks
 
Try:

this.ClientSize = new System.Drawing.Size(100, 100);

Or you can set the form's properties in the designer.

Mihai Tataran
 

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

Back
Top