Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 1, Problem 3MQ6

Explanation of Solution

Locking controls on the form:

  • It is usually a good approach to lock all the controls, once they are placed in their proper positions on a form.
  • When the controls are locked on a form, they cannot be accidentally moved at run time. They need to be unlocked before they can be moved.
  • In order to lock all the controls on a form, the cursor is placed over an empty spot on the form and right-clicked.
    • Then, a small menu pops up...

Blurred answer
Students have asked these similar questions
In order to make changes to the form's Text property, what steps must be taken?
How do you insert a new control into a form while you're making a new form?
Once you have placed a Label control on a form, which property do you use to set the text that you want to display?

Chapter 1 Solutions

Programming with Microsoft Visual Basic 2017