Isn't there a C# method for doing this?
Thanks
>-----Original Message-----
>Hi,
>
>Windows sends the WM_GETMINMAXINFO message to your
window when the size is
>about to change. By implementing your own window
procedure and handling this
>message you can change the minimum dimensions allowed.
>
>For more information please see the following document:
>
>WM_GETMINMAXINFO Notification
>http://msdn.microsoft.com/library/en-
us/winui/WinUI/WindowsUserInterface/Windowing/Windows/Wind
owReference/WindowMessages/WM_GETMINMAXINFO.asp
>
>Regards,
>
> Gabriele
>
>
>.
>