WinForms automatically resize in IDE

  • Thread starter Thread starter John Cottrell
  • Start date Start date
J

John Cottrell

I'm having a strange problem when working on a
collaborative project. If I make a change to a form that
was created on someone else's PC then the form and all of
its controls resize (in this instance they get larger)
when I select the Run function in the IDE.

I can change the underlying code without this happening
but once I change a property of the form or one of its
controls then the resize occurs the next time I run the
project.

My guess is that it has to do with a difference in the
screen resolution between the two PCs, but I don't
understand why that would make the IDE automatically
increase the size of all the objects.

Does anyone have any ideas why this is happenning or even
more importantly how I can make it stop?

Thanks for any input you can provide!
 
I believe this is a known problem. Search this group you will find a
number of discussions on it. If some one finds an answer, I would like
to know.

James
 
Back
Top