I'm making some application, and i work od that project on two computers paralel.. at the first i have Microsoft Visual Studio 2008, and on the other I have Vis. Studio Expres edition 2008.
I don't know if that is the reason.. but every time i click Start Without debuging, or start debug, the size of the main form change (it just change just like that, it get smaller) for example it i set it to 800x600 at the property grid, when i start the application it become let say 800 x 580 or something...
application has more forms, but that is happening only with main form..
i can solve this on form load.. but i want to know what is the reason for hapening that..
is that some bug or what?? does someone ever had same problem? please, every opinion is wellcome..
Loading
Sam HobbsPosted Mar 3, 2010, 5:21 PM
Then if that does not solve the problem, look at your code. If you don't see it there, then put a MessageBox at the beginning of the load event; if the form has already been resized then, then you know to look at the constructor but if the form is the correct size at the beginning of the load event, then you know you must look in the load event.