Resizing forms at runtime using Compact Framework 2.0

M

Mike

Does anyone know how to resize a form at runtime using the compact framework
2.0?

I have tried using form.Height to set the new size but the form does not
change size (This apparently works on the full framework but not on the
compact framework).

Thanks.
 
M

Mike

This is no longer a problem.

I found that if you want to place a control on a form outside of its current
size then all you have to do is add the control where you want it and the
form will automatically resize to accomodate it.
 

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