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 3MQ4

Explanation of Solution

“StartPosition” property:

  • When an application is started, the initial position of the form is determined by the “StartPosition” property.
  • The StartPosition has the default option as WindowsDefaultLocation option, which defines the location of the form. The other options are Manual, CenterScreen, WindowsDefaultBounds, CenterParent...

Blurred answer
Students have asked these similar questions
Which of a form’s properties determines the location of the form when the application is started?
Which of a form’s properties specifies the default button (if any)?
Which keyword indicates that a property’s value can be displayed but not changed by an application?

Chapter 1 Solutions

Programming with Microsoft Visual Basic 2017