CookieMonster24 Posted August 6, 2003 Posted August 6, 2003 I'm creating an mdi application and there's one form that i initialize once and show and hide when i need to. My problem is, after i hide it the first time and show it for a second time, the form is resized. Is there a way to prevent this from happening? Quote
Winston Posted August 6, 2003 Posted August 6, 2003 why dont u just lock the form then and make it not sizable unless u want it to be could u post the solution so we can see it better Quote
*Experts* mutant Posted August 6, 2003 *Experts* Posted August 6, 2003 (edited) You can set the MaximumSize and MinimumSize properties to keep the form at one size. :) Edited August 6, 2003 by mutant Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.