Brian Hooper
Brian Hooper

Reputation: 22084

Can't move controls in VB6

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?

Upvotes: 17

Views: 7018

Answers (2)

Jennifer S
Jennifer S

Reputation: 1449

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.)

Upvotes: 4

dlras2
dlras2

Reputation: 8496

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: Lock toggled on

Upvotes: 20

Related Questions