Home All Groups Group Topic Archive Search About
Author
13 Feb 2006 3:24 PM
Rocky
I have just upgraded to vs 2005, I have notoiced that all the forms and
controls are incorrectly sized. Although the sizes are the same as the
original, the unit of measurement seems to have changed. Is it possible to
revert back?

Also I have lost the grid that appears on each form, how do I get this back?

Author
13 Feb 2006 7:53 PM
The Grim Reaper
The grid is a property of the form now.

Form1.DrawGrid (Boolean)
Form1.Gridsize.Width (Integer)
Form1.Gridsize.Height (Integer)
Form1.SnapToGrid (Boolean)
_______________________________________
The Grim Reaper

Show quoteHide quote
"Rocky" <darrenock***@hotmail.com> wrote in message
news:dsq8c4$88g$1@nwrdmz02.dmz.ncs.ea.ibs-infra.bt.com...
>I have just upgraded to vs 2005, I have notoiced that all the forms and
>controls are incorrectly sized. Although the sizes are the same as the
>original, the unit of measurement seems to have changed. Is it possible to
>revert back?
>
> Also I have lost the grid that appears on each form, how do I get this
> back?
>