Murach's C# - More skills for working with Windows forms and controls
To keep the emphasis on the C# essentials, the first nine chapters present single-form
applications that contain label, text box, and button controls. But now that you're
ready for it, this chapter shows you how to use controls like combo boxes, list boxes,
and check boxes. It also shows you how to develop multi-form applications.
|
|
|
|
Five more types of controls |
264 |
|
How to work with combo boxes and list
boxes |
266 |
|
Code examples for working with combo
boxes and list boxes |
268 |
|
How to work with check boxes and radio
buttons |
270 |
|
How to work with group boxes |
270 |
|
How to use Tab Order view to set the
tab order of controls |
272 |
|
|
How to add a form to a project |
274 |
|
The code that's generated for a new
form |
276 |
|
How to rename a form |
278 |
|
How to display the first form of an
application |
280 |
|
How to display a form as a dialog box |
282 |
|
How to pass data between a form and
a dialog box |
284 |
|
|
How to display a dialog box and get
the user response |
286 |
|
How to cancel the Closing event of a
form |
288 |
|
|
The operation of the Payment application |
290 |
|
The property settings for the Customer
and Payment forms |
290 |
|
The code for the Customer form |
290 |
|
The code for the Payment form |
294 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|