E Earl Dec 13, 2006 #1 The subject line pretty much says it all. How to keep the owned (or owner) form from resizing when the other one is maximized/minimized?
The subject line pretty much says it all. How to keep the owned (or owner) form from resizing when the other one is maximized/minimized?
G Guest Dec 13, 2006 #2 Try : theform.MaximumSize = theform.MinimumSize = theform.Size; on maximise and theform.MaximumSize = theform.MinimumSize = Size.Empty; on restore
Try : theform.MaximumSize = theform.MinimumSize = theform.Size; on maximise and theform.MaximumSize = theform.MinimumSize = Size.Empty; on restore