70 likes | 168 Views
Brain Teaser. CIT 132. Week 2. Pre class music by Green Day. Naming Conventions. Standardization Camel Case Some Names Frm Txt Lbl Btn Chk or cbx Rdo lst. Other tips and tricks. Name first! Access keys (&) Default button User interfaces (think of the user). In-class assignment.
E N D
Brain Teaser CIT 132 Week 2 Pre class music by Green Day
Naming Conventions • Standardization • Camel Case • Some Names • Frm • Txt • Lbl • Btn • Chk or cbx • Rdo • lst
Other tips and tricks • Name first! • Access keys (&) • Default button • User interfaces (think of the user)
In-class assignment • Create a form named MyForm which is centered upon launch • Change the background color of the form • Create two buttons, an OK and a cancel button. Both should be different colors and fonts • Use a combination of labels and text boxes to allow the following to be input • First Name, Last Name and City • Ensure tab order is sequential
Code Editor • Reserved Words • Intellisense
Writing Code • Close Window • Change properties • Background color • Message Box
Multiple Forms • Creating another form • Interfacing the forms