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: Florist Project and Florist Solution. Submit the assignment to Dropbox.

image text in transcribed

Create a Windows Forms application. Use the following names for the project and solution, respectively: Florist Project and Florist Solution. Submit the assignment to Dropbox. a. Change the form file's name to Main Form.vb b. Change the form's Name property to frmMain. c. Change the form's Font property to Segoe UI, 9pt. d. Change the form's MaximizeBox property to False. e.Change the form's StartPosition property to CenterScreen. f. Change the form's Text property to Florist Haven. g. Add a button to the form. Change the button's Name and Text properties to btnExit and E&xit, respectively. Position the button in the lower-right corner of the form. h. Add three picture boxes to the form. PictureBoxi should display the image stored in the Florist.png file, which is located in the VB2017 Chapo1 folder. PictureBoxa and PictureBox3 should display the images stored in the Message.png and Hours.png files, respectively. Use the interface shown in Figure 1-36 as a guide when sizing and positioning the picture boxes. i. Lock the controls on the form. j. Code the Exit button and then add comments to the Code Editor window, as shown in Figure 1-36. k. Open the Project Designer window and verify the name of the startup form, which should be frmMain. Also change the name of the application's executable file to MyFlorist. Save the solution and then close the Project Designer window 1. Start the application and then test the Exit button. m. Print the application's code and interface, and then close the solution. n. Verify that the MyFlorist.exe file works correctly. (The file is contained in the dropbox folder.) Main Fom.vb x Freshest flowers in town! Hours Monday-Friday 6am to 8pm Name Purpose: Florist Project Display store information 3 Programmer your name> on ccurrent date> 5 EPublic Class frmMain Saturday 6am to 3pm Sunday Private Sub btnExit Click(sender As Object Me.Close(O End Sub 10 End Class Figure 1-36 Interface and code for Exercise 1

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

Students also viewed these Databases questions

Question

5. List the forces that shape a groups decisions

Answered: 1 week ago

Question

4. Identify how culture affects appropriate leadership behavior

Answered: 1 week ago