PDA

Click to See Complete Forum and Search --> : cant unsnap grid


lafter909
Jan 16th, 2003, 11:36 AM
I opened a VB6 project in VB.net (VB7), it automatically converted the project ok. When I try to adjust a text box on a window form, I am unable to get the text box to un snap from the grid. I need to be able to move the text box freely. I have set the window setting to Off, but still snapping to grid. Any help?

RealNickyDude
Jan 16th, 2003, 11:39 AM
So you've set the Form's SnapToGrid property to false? You can move objects by pressing CTRL and the arrow keys, try that.

lafter909
Jan 21st, 2003, 11:28 AM
Ok, I'll give it a try (cntrl- arrow keys). The problem is with a child parent type form. On the child form I can move the objects freely, it's just on the parent form that I can't.