subject

Instructions: Create an application that displays your name and address when a button is clicked. Here are the detailed property specifications: The button that displays the name and address should be named btnShowInfo or showInfoButton. Its text should read Show Info
The button that closes the application should be named btnExit or exitButton. Its text should read Exit .
The form should have three Label controls. The first will hold your name, the second will hold your street address, and the third will hold your city, state, and ZIP code. The labels should be named lblName or nameLabel, lblStreet or streetLabel, and lblCityStateZip or cityStateZipLabel, respectively. The labels’ Font property should be set to Times New Roman, bold, 12 point . The labels’ TextAlign property should be set to MiddleCenter.
The form’s title bar should read "Name and Address".
Download the EXE program for the "Name and Address" in the Resources area for this module and develop a program in Visual Basic that will look and function the same. Refer to the Module Assignment Tips and Walkthrough Videos in the Resources area for more specifics. Submit to the assignments folder the zipped source file of your project.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 19:20
1)consider the following code snippet: #ifndef book_h#define book_hconst double max_cost = 1000.0; class book{public: book(); book(double new_cost); void set_cost(double new_cost); double get_cost() const; private: double cost; }; double calculate_terms(book bk); #endifwhich of the following is correct? a)the header file is correct as given.b)the definition of max_cost should be removed since header files should not contain constants.c)the definition of book should be removed since header files should not contain class definitions.d)the body of the calculate_terms function should be added to the header file.
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
question
Computers and Technology, 23.06.2019 06:30
Who can provide you with a new password when you have forgotten your old one? your provide you with a new password in case you forget your old one.
Answers: 3
question
Computers and Technology, 24.06.2019 07:30
Consider the folloeing website url: what does the "http: //" represent? a. protocal identifier. b. ftp. c. domain name d. resource name
Answers: 2
You know the right answer?
Instructions: Create an application that displays your name and address when a button is clicked. He...
Questions
Questions on the website: 13722367