Wyo VB Ch. 2 Programming Assignment
Ch2Proj1
Write a program that displays "Hello World" in a label. In the Form_Activate event procedure, set the label's FontName, FontSize, FontItalic, BackColor and other display-oriented properties to distinguish your project from others'. But make sure that the label is easy to read both on the screen and on the final black & white printout. Make sure that you include a command button in the lower-right corner of the form with the caption "Exit" that the user can click to exit the program. Include a second command button with the caption "Click", that displays a message box with a two-line message of your choice. Chapter 2 provides an example of using a message box within a VB program. Read closely.
Your program must follow the Visual Basic Coding Standards. Save the form and project files as "Ch2Proj1 " with the proper file extensions (.frm & .vbp, respectively) in a newly created folder named Ch2Proj1 within your Basic network folder.
Staple your printouts in the following order:
Ch2Proj2
Create a project that reflects these planning forms. Do not add any additional objects or functionality. Be sure to directly set the property settings that are indicated on the Objects & Properties Planning Form in the Properties window. Write code that changes any property settings that are reflected on the Event Procedures Planning Form.
Your program must follow the Visual Basic Coding Standards. Save the form and project files as "Ch2Proj2" with the proper file extensions (.frm & .vbp, respectively) in a newly created folder named Ch2Proj2 within your Basic network folder.
Staple your printouts in the following order: