problems of VS 2005 running on VISTA Ultimate

  • Thread starter Thread starter snow
  • Start date Start date
S

snow

Hi All,

I am using Visual Studio 2005 on VISTA system. Every time when I open
the existing project, some forms change their width and some controls
change their width and positions on the form. Did somebody have this
experience and how to fix that?

Thanks for any suggestions!
 
Hi All,

I am using Visual Studio 2005 on VISTA system. Every time when I open
the existing project, some forms change their width and some controls
change their width and positions on the form. Did somebody have this
experience and how to fix that?

Thanks for any suggestions!

Not sure, but take a look at AutoSize and AutoSizeMode property of
objects and form. Some controls support this property and maybe
they're re-fitting themselves on the form due to change of size of the
form.

Plus look at Anchoring and Docking properties if they were set to an
undesired position previously.

HTH,

Onur Güzel
 
Back
Top