Feb 23, 2004 #1 tbuch Programmer Oct 17, 2000 80 US I have a problem... When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it. Any suggestions? tbuch
I have a problem... When I resize my form, I can only draw on the original form size. The rest of the form will not allow me to draw on it. Any suggestions? tbuch
Feb 23, 2004 #2 Kris11 Programmer Jan 31, 2003 278 US Form has two properties 1. MaximumSize and 2. MinimumSize. See if you have any values specified in there. If yes, then remove them and just put in 0,0. -Kris Upvote 0 Downvote
Form has two properties 1. MaximumSize and 2. MinimumSize. See if you have any values specified in there. If yes, then remove them and just put in 0,0. -Kris