Programming with Microsoft Visual Basic 2015 (MindTap Course List)
Programming with Microsoft Visual Basic 2015 (MindTap Course List)
7th Edition
ISBN: 9781285860268
Author: Diane Zak
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 1.LA, Problem 2E

Explanation of Solution

Create a Visual Basic Windows Application

  • Open “Microsoft Visual Basic 2010”.
  • Click “File” Menu -> “New Project”.
  • In the New Project pop-up window, select the Windows Forms Application and give the name as “Merriton Project”, and specify the location as \VB2015\Chap01\ and the solution name as “Merriton Solution”.

    Screenshot of “Merriton” Solution

Step 1:

  • Set the form “Name” property as “frmMain”, so that the form name has been changed.

Screenshot to set the form name

Step 2:

  • Set the form “Text” property as “Merriton Township”, so that the form title bar contains that name.

Screenshot to set the title bar of the form

Step 3:

  • Set the form “StartPosition” as “CenterScreen”, so that the form appears centered on the screen while running the program.

Screenshot to position the form at center on the screen

Blurred answer