Question: Check My Work Create a Windows Forms application. Use the following names for the project and solution, respectively: Florist Project and Florist Solution. Submit the

Check My Work 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, opt. d. Change the form's Maximize Box 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. Picture Boxi should display the image stored in the Florist.png file, which is located in the VB2017\Chapoi folder. Picture Box2 and Picture Box3 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. nl. Verify that the MyFlorist.exe file works correctly. (The file is contained in the dropbox folder.) Mein Formvb * Main Form ein Freshest flowers in Name: Florist Project town! Purpose: Hours Programmer: your name on current date> Monday-Friday 6am to 8pm Saturday 6am to 3pm 5 Sunday Private Sub btnExit_Click(sender As Object Me.Close() Display store information 4 - Public class frain Closed 6 7 8 9 10 End Sub End Class Figure 1-36 Interface and code for Exercise 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
