Return to Snippet

Revision: 18703
at October 6, 2009 13:01 by jimfred


Initial Code
// http://www.vcskicks.com/maintain-aspect-ratio.php

Initial URL
http://www.vcskicks.com/maintain-aspect-ratio.php

Initial Description
This resizes the whole form.
In the case of PictureBoxes, consider resizing the picture box by subclassing PictureBox.

Initial Title
c#, resize dialog while maintaining aspect ratio by intercepting the WM_SIZING method in WndProc

Initial Tags


Initial Language
C#