Help Need to Set the Form size

Joined
Jan 27, 2006
Messages
5
Location
Bangalore
Programming Experience
5-10
the form size is automatically decreasing ,when i close and open again ,or if i rebuild the solutions. this is not happening to all the forms that i have designed, but only two or three form in my applications.i dont know what to do.please help me.
 
I have heard of something similar before. I'd say that you project is corrupted somehow. Try creating a new form, copy and paste all the controls, then copy and paste all you own code. See if the new form behaves properly and, if it does, delete the old one.
 
jmcilhinney said:
I have heard of something similar before. I'd say that you project is corrupted somehow. Try creating a new form, copy and paste all the controls, then copy and paste all you own code. See if the new form behaves properly and, if it does, delete the old one.
Thanks for u r answer. I have created the new,copied the controls and codes and i deleted the old form, But when i have run my application the form becomes smaller. I dont know why it happens.please help me.
 
Yes we have created a constructor,but how this constructor execut at design time.Even if it uses the constructor,it uses only the constructor that was generated by windows.
Then how it will affect the design of the form.

We r in a hurry of finishing our project but now we r facing this problem.Any other solutions for this problem.
 
Back
Top