60 likes | 151 Views
Practice manipulating form properties and handling events in C#. Create two forms where Form1 calls Form2 that displays the date and time stamp hopping across the form. Utilize timers and buttons for a dynamic user experience.
E N D
Brain Teaser CIT 132 Week 3 Pre class music by Jack Johnson
Answering Questions • Academic Alliance • Multi-letter accessibility • Default Button • Tabindex 0 on Button will override AcceptButton property
More Controls • Combo Box • List Box • Timer • Pictures
More Methods • Manipulate child form properties • Focus • OnBlur • Show • ShowDialog • Top • Left
In-class assignment • Create two forms • Form1 has a button • Form2 has a label and buttons • The first form calls the second via button (show) and applies the current date and time as its text • Form2 has a timer that causes the date/time stamp to “Hop” across the form. • Form2’s button ends the application via method of your choosing
Projects • Use remaining class time for projects