70 likes | 173 Vues
Explore standardization, CamelCase, and useful naming conventions in programming. Learn to create a form, change background colors, add buttons, and input text boxes. Discover tips for coding user-friendly interfaces using access keys and default buttons.
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