CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2006
    Posts
    32

    Why controls are fixed?

    On a form I downloaded, all controls are fixed. They can be moved and resized only programmatically. I couln't locate the property that is responsible for this.

    Any help!

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Why controls are fixed?

    There is an option in Format menu of the VB IDE that Locks/unlocks the position of the controls on a Form. Open your form in design mode and select Format menu, see that Lock Controls would be selected, just un-select it.

  3. #3
    Join Date
    Jan 2006
    Location
    Pearl of the orient
    Posts
    304

    Re: Why controls are fixed?

    Or right click anywhere on the form and you will see the menu Lock Controls, just un-select it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured