Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Windows Forms application. Use the following names for the project and solution, respectively: Texting Project and Texting Solution. Save the application in the

Create a Windows Forms application. Use the following names for the project and solution, respectively: Texting Project and Texting Solution. Save the application in the VB2017\Chap01 folder.
Change the form files name to Main Form.vb. Change the forms Name property to frmMain, its Font property to Segoe UI,9pt, its MaximizeBox property to False, its StartPosition property to CenterScreen, and its Text property to Text Message Symbols.
Create the interface shown in Figure 1-42. Use the Label tool to create the label control. However, you will not be able to size the label control until you complete Step c. Set each picture boxs BorderStyle property to FixedSingle. The images in the picture boxes represent text message symbols. The images are stored in the BFF.png, BRB.png, IDK.png, LOL.png, SRY.png, and XO.png files, which are contained in the VB2017\Chap01 folder.
Change the label controls name to lblMeaning. Set its AutoSize property to False, its BorderStyle property to FixedSingle, its Font size to 18pt, and its TextAlign property to MiddleCenter. Delete the contents of its Text property. Now size the label control as shown in Figure 1-42.
Lock the controls on the form. Give the picture boxes and the Exit button meaningful names.
Code the Exit button.
When clicked, each picture box should assign the meaning of its associated symbol to the lblMeaning controls Text property. For example, the picture box that displays BFF should assign the message Best friends forever to the Text property. Code each picture boxs Click event procedure. (If necessary, use the Internet to research the meaning of any symbols you do not recognize.)
Open the Project Designer window and verify the name of the startup form. Save the solution and then close the Project Designer window. Start and test the application.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Publishing With Filemaker Pro On The Web

Authors: Maria Langer

1st Edition

0201696657, 978-0201696653

More Books

Students also viewed these Databases questions

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago