Form size and grid

R

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?
 
T

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top