Page 1 of 1

Window size constraints

Posted: Mon Nov 28, 2011 8:14 pm
by kpeters58
Hi all,

how could I implement minimum height & width window sizes; i.e. a window that cannot be resized to be smaller than those sizes?

Thanks for all pointers,
Kai

Re: Window size constraints

Posted: Mon Nov 28, 2011 8:18 pm
by Perkin
WindowBounds(#Window, MinimalWidth, MinimalHeight, MaximalWidth, MaximalHeight)

Re: Window size constraints

Posted: Mon Nov 28, 2011 8:58 pm
by kpeters58
Thanks - much appreciated!