Why is my form locked?

  • Thread starter Thread starter Rof
  • Start date Start date
R

Rof

I have a VS 2005 app in VB, and I have discovered that one of my forms
is locked, so I can't resize things, can't move any controls, or
anything. None of the other forms in the app are locked. All forms are
MDI child forms (except the MDI parent, of course).

Any ideas how this might have happened and how to un-happen it?

TIA,

Peter Royle
 
Rof said:
I have a VS 2005 app in VB, and I have discovered that one of my forms
is locked, so I can't resize things, can't move any controls, or
anything. None of the other forms in the app are locked. All forms are
MDI child forms (except the MDI parent, of course).

Any ideas how this might have happened and how to un-happen it?

Right-click the form in the designer and choose "Lock controls" from the
context menu.
 
Back
Top