I'm working on a small project in VB6, and am trying to fiddle with the positions and sizes of the controls in the Design View. But they won't move or resize; one grabs the little handles and nothing happens. Does anyone know why, and what to do about it?
Asked
Active
Viewed 6,746 times
17
-
4Check to make sure the form is not locked. – Mark Hall Aug 09 '11 at 13:27
2 Answers
20
Try right-clicking on your form (not any of the controls on it,) and unchecking Lock Controls.
The option can also be found at the end of the standard toolbar, and will look like this when locked:

dlras2
- 8,416
- 7
- 51
- 90
4
Is the form read-only? This might prevent you from resizing. You might want to check the overall options (might have snap to grid on, which would prevent very small changes.)

Jennifer S
- 1,419
- 1
- 24
- 43
-
1Thank you. It wasn't either of those things, but it might have been. – Brian Hooper Aug 09 '11 at 15:03