Create a Windows Forms application. Use the following names for the project and solution, respectively: OnYourOwn Project and OnYourOwn Solution. Save the application in the VB2017\Chap10 folder. Plan and design an application of your choice. The only requirement is that you must follow the minimum guidelines listed in Figure 10-45. Before starting the application, be sure to verify the name of the startup form. Save the solution and then start and test the application.
Extracted text: 1. The user interface must contain a minimum of three labels and one button. You can use list boxes, combo boxes, or text boxes for user input. 2. The interface can include a picture box, but this is not a requirement. 3. The interface must follow the GUI design guidelines summarized for Chapters 2 through 10 in Appendix A. 4. Objects that are either coded or referred to in code should be named appropriately. 5. The application must define and use at least one class. 6. The Code Editor window must contain comments, the three Option statements, at least two variables, at least two assignment statements, and the Me.Close(O statement. The code must perform at least one calculation.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here