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.
Mike - 25 Jan 2008 12:42 GMT
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.
> Does anyone know how to resize a form at runtime using the compact framework
> 2.0?
[quoted text clipped - 4 lines]
>
> Thanks.