Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
8th Edition
ISBN: 9781337102124
Author: Diane Zak
Publisher: Cengage Learning
Question
Book Icon
Chapter 7, Problem 9E
Program Plan Intro

Form design:

  • Open Microsoft Visual Studio.
  • Select Visual Basic and click Windows Application.
  • Name the project as “Password_Index Project”.
  • Store the file in desired location.
  • The created project is now displayed with a form in the name of Form1.
  • Rename the Form1 as “Main Form” and add the necessary components.
  • In property window, change the Form name and add changes for Form elements properties.
  • Click the File menu->Save All.

View of the form design in the IDE:

Programming with Microsoft Visual Basic 2017, Chapter 7, Problem 9E

The form control properties in the properties window are as follows:

ObjectPropertySetting
Form1TextPassword
txtWordsText(Empty)
lblPasswordText(Empty)
btnCreateTextCreate password
btnExitTextExit
  • Add the required controls to the form.
  • Add two button controls to create the password and exit the program respectively.

Blurred answer
Students have asked these similar questions
How about this 3) Prompt the user to search for the student id by the student's name.
When entered in the txtName_Enter procedure, which of the following will select all of the text box’s existing text? a. txtName.SelectAll() b. txtName.SelectAllText() c. SelectAll().txtName d. None of the above.
Create this form please. Random