© 2016, Mike Murach & Associates, Inc. Chapter 10 © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
© 2016, Mike Murach & Associates, Inc. Objectives © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
© 2016, Mike Murach & Associates, Inc. Objectives (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A form with five more types of controls © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Common members of list box and combo box controls © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Common properties of the Items collection © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that loads a combo box with months © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that loads a combo box with years © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that clears and loads a list box of credit cards © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that works with a combo box of names © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A group box that contains two radio buttons © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that sets the value of a radio button and check box © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A form in Tab Order view before and after the tab order is changed © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
How to use Tab Order view © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Help for the DateTimePicker control © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The Add New Item dialog box © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
© 2016, Mike Murach & Associates, Inc. How to add a new form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
How to add an existing form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The generated code for a new form named frmPayment © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code that’s generated for the Load event handler of the form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A project that contains two forms © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
How to change the name of a form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that defines the main entry point for an application © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The Payment form displayed as a dialog box © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Properties for creating custom dialog boxes © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Code that creates and displays a custom dialog box © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
An enumeration that works with dialog boxes © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A statement that sets the DialogResult property of a form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
How to use the DialogResult enumeration © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
How to use the Tag property © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The syntax for the Show method of the MessageBox class © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A statement that displays a dialog box and gets the user response © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
A statement that checks the user response © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for a dialog box that cancels the Closing event © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The dialog box that’s displayed © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
© 2016, Mike Murach & Associates, Inc. The Customer form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Two versions of the Payment dialog box © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The property settings for the Customer form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The property settings for the Payment form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The property settings for the Payment form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Customer form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
The code for the Payment form (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Exercise 10-2 Enhance the Future Value application © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Extra 10-1 Convert lengths © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Extra 10-2 Process lunch orders © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Extra 10-3 Add a second form to an Invoice Total application © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Project 2-2 Maintain student scores © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Project 2-2 Maintain student scores (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015
Project 2-2 Maintain student scores (cont.) © 2016, Mike Murach & Associates, Inc. Murach's C# 2015