Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't move controls in VB6

Tags:

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?

like image 698
Brian Hooper Avatar asked Aug 09 '11 13:08

Brian Hooper


2 Answers

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

like image 122
dlras2 Avatar answered Oct 18 '22 19:10

dlras2


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

like image 44
Jennifer S Avatar answered Oct 18 '22 19:10

Jennifer S