-
cant unsnap grid
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?
-
So you've set the Form's SnapToGrid property to false? You can move objects by pressing CTRL and the arrow keys, try that.
-
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.